mqtt-android-tutorial
mqtt-android-tutorial copied to clipboard
i am unable to recieve message after getting conntected
i got connected to mqttCloud got connected message after that final String subscriptionTopic = "sensor/+"; i used this perfix for subsriciption topic ..but unable to recieve message...please help
Sorry if you want to use the private mqtt broker (cloudmqtt) with username password, please uncomment these two lines:
https://github.com/wildan2711/mqtt-android-tutorial/blob/master/app/src/main/java/helpers/MqttHelper.java#L65