android - Push notification for apps that are not running? -


i'm studying gcm , far see works running apps, passing payload them , letting app deal itself.

however, i've seen apps received notifications (or maybe android receiving , showing notification related app) when not running. example, device turned off. i'm turning device on, turning on wi-fi , after second see new notifications app's icon on , text related in-app events.

how implement kind of notifications?

declare broadcast receiver , gcmintentservice in mainfest allow application message (gcm included of crouse) if application not running

broadcastreceiver example , documantion


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -