MQTT client for ios

I am developing an IOS app and need an MQTT client, I have searched and have similar questions asking which client to use for iOS, paho c client seems to be a popular choice, but some people say apple does not approve of c clients for communication. I have 2 questions.

1) which is the most reliable / mature / complete MQTT client for iOS.

2) is approved by Apple and they will accept the app that uses it.

I would prefer native objective-c libraries if available.

+3


source to share


1 answer


" The MQTT client environment is leak resistant and is used eg in the iOS Owntracks version. It has many features compared to other libraries. The Owntracks app is available in the iOS app store, so I assume Apple adopts this structure."



You can find a detailed blog post on using the library written by the author here: http://www.hivemq.com/mqtt-client-library-encyclopedia-mqtt-client-framework/

+9


source







All Articles