Push Notifications in Android Platform

后端 未结 20 1380
长发绾君心
长发绾君心 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:42

    You can use Pusher

    It's a hosted service that makes it super-easy to add real-time data and functionality to web and mobile applications.
    Pusher offers libraries to integrate into all the main runtimes and frameworks.

    PHP, Ruby, Python, Java, .NET, Go and Node on the server
    JavaScript, Objective-C (iOS) and Java (Android) on the client.

提交回复
热议问题