I saw some threads asking about this, but no answers…
I’m using the GCM plugin to receive push notification from the GCM. I’m sending the notification using the GCM REST api. It works. the GCM respondes correctly, and when i’m in the app, i receive the message and can see it’s data.
But i wanna receive a notification when the app is shut down. The logcat shows that the message arrives, but then i get this line:
“Native libraries not loaded - dropping message for GCMReceiver.OnMessage”
What does it mean? What am i missing? i don’t even know if it’s the manifest, or something inside unity or my code.
Please help