Afternoon.
Is there any way to receive the Push Notifications after I kill the App? I noticed this on the guide (for CloudPush):
> But if the user intentionally kills your application and its services in their task manager, push notifications will be disabled and this property will automatically be set to false.
That means that if I kill the app I won't receive the push notifications anymore.
Will I have to implement Google Cloud Messaging (GCM) instead?
Thanks in advance.
3 Answers
if you just close the app, it will not shutoff the background service that listens to the push, unless you purposely shutdown the backgroun service as well. the backgroun service restarts after your phone reboots.
bump.
I'm also looking for an answer to this question. I am able to get push messages on Android phone just fine when the app is open, or when I close the app using the back button a couple times, BUT if I completely kill the app in the task manager then I never get a push message until I reopen the app. Is there anything we can do to get push messages even if a user completely kills the app from the task manager? Should I setup a custom background process to look for incoming push messages?
Any help anyone can give me/us please let me know, it would be very helpful! :)
Thanks!
-Mark
Hi all, there's a new GCM module in the Marketplace called uPush for Android push messages, got it working with my project today in about 10 minutes, saved me so much time.
Your Answer
Think you can help? Login to answer this question!