Push Notifications in Android Platform

后端 未结 20 1390
长发绾君心
长发绾君心 2020-11-22 11:07

I am looking to write an app that receives pushed alerts from a server. I found a couple of methods to do this.

  1. SMS - Intercept the incoming SMS and initiate
20条回答
  •  旧时难觅i
    2020-11-22 11:26

    Android Cloud to Device Messaging Framework

    Important: C2DM has been officially deprecated as of June 26, 2012. This means that C2DM has stopped accepting new users and quota requests. No new features will be added to C2DM. However, apps using C2DM will continue to work. Existing C2DM developers are encouraged to migrate to the new version of C2DM, called Google Cloud Messaging for Android (GCM). See the C2DM-to-GCM Migration document for more information. Developers must use GCM for new development.

    Kindly check the following link:

    http://developer.android.com/guide/google/gcm/index.html

提交回复
热议问题