apple push notification with sound buzzing at regular interval

我们两清 提交于 2019-12-02 10:25:26

Yes, it is. This is how you could implement that:

  1. Register device for push notification
  2. Send out a push message with ref to a sound every 30-60 seconds
  3. Invalidate each message after 30-60 seconds, making room for the new one
  4. When user re-opens the app, register the app as re-opened to the server and stop sending out push notifications

I do not know how this would look in the notification center, but you can test and have a look :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!