Gcm Push & Application Process
I wondered what happens when GCM push has arrived and there is no process alive bound to the application. As you know, a process can be killed from the task manager and also by the
Solution 1:
Referring following table we can say that, App will not get Push notification if Forced closed by user manually.
However if App is killed by system in case of low memory, BroadcastReceiver
will get notified and Push notification will be received by device.
Source of comparison table.
Post a Comment for "Gcm Push & Application Process"