avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

Only receive notifications if the app is open #54

Closed tiagojdf closed 2 years ago

tiagojdf commented 9 years ago

I am developing an app using the ionic framework. I have managed to register the device and receive push notifications, but only has long as the app is running. My code currently consists of just registering the device using the parsePlugin.initialize.

Found this, will look into it: https://www.parse.com/questions/push-notification-in-android-while-app-closed

budda commented 9 years ago

Did you take note of the Android "Quirks" section of the Readme and add in the App.java class?