Push Notifications in Android Platform

后端 未结 20 1518
长发绾君心
长发绾君心 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条回答
  •  傲寒
    傲寒 (楼主)
    2020-11-22 11:46

    I'm afraid you've found both possible methods. Google was, at least initially, going to implement a GChat api you could use for a push/pull implementation. Sadly, that library was cut by Android 1.0.

提交回复
热议问题