-
Notifications
You must be signed in to change notification settings - Fork 900
Description
To help us solve your problem better, please answer the following list of questions.
-
What service are you using?
Cognito -
In what version of SDK are you facing the problem?
2.6.6 -
Is the issue limited to Simulators / Actual Devices?
Both -
Can your problem be resolved if you bump to a higher version of SDK?
No -
Is this problem related to specific iOS version?
No -
How are you consuming the SDK? CocoaPods / Carthage / Prebuilt frameworks?
Carthage -
Can you give us steps to reproduce with a minimal, complete, and verifiable example? Please include any specific network conditions that might be required to reproduce the problem.
Once I signup a user with user name and password, confirmed code sent from SMS, how do I sign in a user without asking the user to input the password again? Seems like there is no way. A lot of people have also ask for this functionality it seems: amazon-archives/amazon-cognito-identity-js#186
I tried calling getSession:username:password:validationData with the user name and password that I just entered and it gives me an user name and password invalid error.
Error Domain=com.amazonaws.AWSCognitoIdentityProviderErrorDomain Code=20 "(null)" UserInfo={__type=NotAuthorizedException, message=Incorrect username or password.}