1
I’m developing an application using Ionic 2/Angular 2/Typescript.
This application uses Ionic 2’s native push notifications plugin and Google Cloud Message (GCM) in conjunction with Amazon SNS.
The "on notification" event is often not being triggered.
SNS sends the same message via push and via sms. Messages via sms are always received.
I always need to uninstall the application and restart the virtual machine to work. Sometimes it works, sometimes it doesn’t. Sometimes it only works at the beginning and then stops receiving notifications.
Someone has the same problem or knows the possible causes?