MQTT Service for iOS Push Notifications

孤街醉人 提交于 2019-12-07 20:21:19

问题


The low reliability of GCM on Android is such that I have moved to another service to handle push messages: Pushy, (https://pushy.me/)

The service relies on MQTT, and from my experience as well as many other reviews, the real time feature-set holds up to its name and rarely does a message get dropped. However, contacting support, they noted that there is no iOS integration and only support Android.

I have searched widely but have not found a suitable replacement for iOS that supports MQTT out of the box.

Is there such a service available to allow for more dependable push messages?


回答1:


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.



来源:https://stackoverflow.com/questions/36522224/mqtt-service-for-ios-push-notifications

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