MQTT Service for iOS Push Notifications
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? The