MQTT Android client not connecting to broker

Turns out the MqttService needs to be declared in the manifest to be able to bind to the Paho Android Service correctly:

<service android:name="org.eclipse.paho.android.service.MqttService"/>

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top