How to get back “Allow Push Notifications” dialog after it was dismissed once?

Here’s how Apple say you can do it: Resetting the Push Notifications Permissions Alert on iOS The first time a push-enabled app registers for push notifications, iOS asks the user if they wish to receive notifications for that app. Once the user has responded to this alert it is not presented again unless the device … Read more

How to handle Push notification when application is resumed?

I have faced the same issue. Simply put, PushPlugin does not support this feature now. But you can very easily modify it to suit your needs How it works now When a message is received by the plugin’s GCMIntentService, onMessage is called. This method fetches all the additional parameters passed to it, saving them in … Read more