• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by amar94

  1. A

    Run AWSiotMqtt subscription in android service

    Hi all, I want run aws iot mqtt subscription in android service. When i was run the application in device,app didn't get message which is sent from client. My service file: public class NotificationService extends Service { private AWSIotMqttManager mqttManager; Context context...