Kevin
Kevin
I was able to get it working when running on an Android emulator for Google Pixel. I'm using a physical device a Samsung Flip3 which isn't working. I'm wondering how...
My signIn code looks like this: ``` const signInOutput = await signIn({ username: phoneNumber, options: { authFlowType: "CUSTOM_WITHOUT_SRP", }, }); console.log(signInOutput); ``` This is the log output: ``` { "isSignedIn":...
Yes those are the only changes. I don't believe I have any device remember settings. What would that look like?
Any updates on this? I'm still experiencing this issue and it's impact our android testing and releases.
Device remembrance is not on. The Define Auth lambda does not have a `event.request.session` logged since it's the initial request with no session token yet. Create Auth lambda also does...
This is definitely device specific since this is working on iPhone and an emulated Pixel device and not working on my physical Samsung Flip3, I'm guessing either: - Cognito is...