amazon-cognito-identity-dart-2
amazon-cognito-identity-dart-2 copied to clipboard
timezone issue. aws get api with AwsSigV4Client received 403
The mobile device timezone is china. and mobile is located in the United States. At that time app called aws post API /things/$thing/shadow(get api).but received 403. I see the signature SigV4 that method used DateTime.now.
path :- cognito_credentials.dart.dart Line number 129
That may cause an issue. after resetting the mobile time zone in auto mode it's working fine.
will you change all methods which compare DateTime.now insted of UTC Time zone.