Push notifications through webview of a website?

后端 未结 1 1362
自闭症患者
自闭症患者 2021-01-14 01:25

I created a webview on Android to display my website in the app. Now i want to know if it\'s possible to create notifications whenever i update the site content?

相关标签:
1条回答
  • 2021-01-14 01:47

    you have to use cloud messaging service .. you have to implement it your server side in such a way that it would give a push to device whenever required

    there are multiple option available most used are :-

    Google Cloud Messaging: http://developer.android.com/google/gcm/index.html
    Parse: https://www.parse.com/

    0 讨论(0)
提交回复
热议问题