↧
Answer by Paulius-Liekis
No, Unity should not do anything like that. We're using GCM in our project with Unity and it runs just fine. Are you sure you set up activities/AndroidManifest correctly?
View ArticleAnswer by vishnu24
For Push Notification in Unity you have to write native plugin that will communication to native and send push Message when received in device. ShepHertz also provide Unity Push plugin that will work...
View Article