Same issue.
Interesting thing that it is the same for SSO, actually we have started researching why the universal link was not working after the SSO login, and ended up here, since we have noticed the same behavior for the login with an autofilled passwords.
It might be related to the iOS trying to figure out the user’s intent (either to continue in a Browser, or to open an App), since in both SSO and autofilled password scenarios the user does not have to click on a, say, login button. I am not sure how the iOS technically could be tracking that, though.
Please share if you have got any ideas.
Post
Replies
Boosts
Views
Activity
Step 1: Delete everything from:
~/Library/Developer/Xcode/UserData/Previews/Simulator Devices/
Step 2: Run in the terminal:
killall -9 com.apple.CoreSimulator.CoreSimulatorService
Kudos to the authors:
https://stackoverflow.com/a/63384526/13407134