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