I am able to run the IoT Temperature Control Sample provided by Amazon.
Below is the link for the sample app:
The Amazon IoT Temperature Control Sample
The app is responding to the AWS IoT in proper manner.
But the app is designed for the Unauthenticated user. I need to implement the same for the Authenticated user in which the AWS Cognito provides the Access Key,Secret Key and Access Token for the user. Using those credentials I need to provide access of AWS IoT to that user.
I am not able to get how to do that.
Please help me in achieving the solution.