Harsh
Harsh
@hrvoje0099 Can you please share the verbose logs of the request by adding the following changes. Import AWSCore module ``` import AWSCore ``` and then enable verbose loggin. ``` AWSDDLog.sharedInstance.add(AWSDDTTYLogger())...
@hrvoje0099 Thanks for the information. I will investigate further.. Please always remember to redact sensitive information like `accessTokens` and `email` in this case.
@hrvoje0099 I wanted to ask if email gets updated on Cognito even though you never got a code?
@hrvoje0099 Then in that case it is expected. Because no real update happened in Cognito.
Closing the ticket in favour of https://github.com/aws-amplify/amplify-ios/issues/1124 .. Please subscribe to it to get more updates on macOS support.
[Amplify 2.0](https://github.com/aws-amplify/amplify-swift/releases/tag/v2.0.0) has been released which normalizes what values are returned during the Sign Up process. The API will now return `UserId` created by Cognito as part of the `confirmUser`...
[Amplify 2.0](https://github.com/aws-amplify/amplify-swift/releases/tag/v2.0.0) has been released which normalizes what values are returned in the `getCurrentUser` API. The API will now use the `accessToken` to determine the `userId` and `username` values. Adding...
The tests has been fixed as part of Amplify 2.0 release.
I am marking this as a feature-request for us to go through and optimize.
Our team is trying to look into the issue and will provide an update soon.