Before opening, please confirm:
Language and Async Model
RxJava
Amplify Categories
Authentication
Gradle script dependencies
Details
// Put output below this line
implementation 'com.amplifyframework:core:2.30.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.30.1'
implementation 'com.amplifyframework:rxbindings:2.30.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
Environment information
Details
# Put output below this line
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.6 (JetBrains s.r.o. 21.0.6+-13391695-b895.109)
Daemon JVM: D:\Programs\Android\Android Studio\jbr (no JDK specified, using current Java home)
OS: Windows 11 10.0 amd64
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
The autoSignIn() only works in a happy path, that is:
- signUp
- confirmSignUp
- autoSignIn
But it gets stuck (no result returned from the autoSignIn() method) if I do this:
- signUp
- confirmSignUp with wrong code
- confirmSignUp with correct code
- autoSignIn <-- stuck
or this:
- signUp
- clear app data, signIn, still need to activate this account
- confirmSignUp
- autoSignIn <-- stuck
Previously this wasn't an issue for me, since I just performed the login for the user, and that always worked, but once we started using 2FA, the user was asked to enter the confirm account code, and then immediately after to enter the 2FA code.
I am told this works on iOS.
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
Details
// Put your logs below this line
Configuration File
No response
GraphQL Schema
Details
// Put your schema below this line
Additional information and screenshots
No response
Before opening, please confirm:
Language and Async Model
RxJava
Amplify Categories
Authentication
Gradle script dependencies
Details
Environment information
Details
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
The autoSignIn() only works in a happy path, that is:
But it gets stuck (no result returned from the autoSignIn() method) if I do this:
or this:
Previously this wasn't an issue for me, since I just performed the login for the user, and that always worked, but once we started using 2FA, the user was asked to enter the confirm account code, and then immediately after to enter the 2FA code.
I am told this works on iOS.
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.Log output
Details
Configuration File
No response
GraphQL Schema
Details
Additional information and screenshots
No response