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
Comments
Post a Comment