aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.03k stars 549 forks source link

NativeAndroidApplication - DeviceAdvisorIoT #2404

Open roheru opened 3 years ago

roheru commented 3 years ago

Hi Everybody How are things?, I have a some problem with communication with native android application and AWSDeviceAdvisor, because to due the fact that I use AWSIoTMqttManager for connection with AWS amazon Device advisor (this endpoint for this XXXXXXXX.deviceadvisor.iot.us-east-1.amazonaws.com), the console message shown me "Bad endpoint format". However when I use IoT endpoint XXXXXXXX.iot.us-east-1.amazonaws.com I' haven't got any problem, Can you help me? please

The snippet code for connection is given below: mqttManager = new AWSIotMqttManager(clientId , CUSTOMER_SPECIFIC_ENDPOINT);

Device Information

eeatonaws commented 2 years ago

AWS DeviceAdvisor is not currently supported in the AWS SDK for Android. I have marked this as a feature request and we will prioritize it based on the number of comments and “+1s”.