MQTT Service for iOS Push Notifications

狂风中的少年 提交于 2019-12-06 06:38:16

The problem is iOS's limitations on background services makes staying connected to a MQTT broker difficult.

Apple have a list of use cases that are allowed to run in the background, the list can be found in this document

If your app does not conform to this list it is likely to not get approved for the App Store.

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