Closed mbahmani90 closed 3 months ago
Hi @mbahmani90, did you enable "Allow unauthenticated access" in the Cognito Identity Pool? (not the Cognito User Pool options)
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Hi,
Hope you are all well.
I want to create thing via android kotlin.
Kotlin Code:
However, I receive error:
I also added different permissions to the IAM role like
AWSIoTFullAccess
,AWSIoTThingsRegistration
, and test custom policy:I have also check
Cognito -> user pool -> user access
and the role has been applied there. However, the error persists. Do you know how I should solve the error?dependencies:
Thank you.