Bruno Viana de Siqueira

Results 36 comments of Bruno Viana de Siqueira

I think the issue my users are having is the same. Seems that it happens in both login/relogin and also in both platforms (Android and iOS). By looking at out...

Looking at an iOS user specific behavior: 1- User is logging in normally and using our app (I can see by his logs) 2- Following method is called and returns...

In android, the behavior changes depending on the user. One thing never changes: user gets SessionExpiredException right after signIn (on iOS seems that he gets SignedOutException). We have some users...

Digging deep into the problem, I found out a pattern. The users' devices who gets this problem right after signIn are not being listed in "Device tracking log" even though...

Look at a normal user behavior (my user): ![158654689-2faf1e94-5bbf-4ab0-8fbd-d95b7bb609f4](https://user-images.githubusercontent.com/18200284/158668778-a106c0fc-8fc2-43de-bbcf-5fee3c90f55f.png) If you see, every time I make a successful signIn after reinstalling the app, he register my device in the "Device...

@dnys1 here it goes: ![MicrosoftTeams-image (37)](https://user-images.githubusercontent.com/18200284/158864529-582da6d3-551f-4219-b0bf-dd633efb8f25.png) Is there any difference in choosing "Audit only" and "No"?

Hi @fjnoyp 1. Only android AFAIK. In my app logs I only see this problem for Android devices. 2. No, I wasn't. 3. Amplify config: ``` String amplifyConfig = '''...

@haverchuck Samsung SM-G973F (Galaxy S10), SM-N770F (Galaxy Note 10 lite). Just letting you guys know, the same user who had this problem on SM-N770F (Galaxy Note 10 lite) tested on...

Hi @dnys1. One of our users who reported the problem reinstalled the app from scratch. The behavior that we see in our logs is even stranger: 1- Because he reinstalled...