You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
UIApplicationOpenURLOptionsSourceApplicationKey (aka sourceApplication) returns nil in iOS 13.
You can no longer use that value to detect login authenticate is web based or app based.
Expected behavior
SafariController will NOT popped up when using app login.
Actual behavior
SafariController will popped up.
Steps to reproduce the behavior
Question
How to detect login is web based or app based in iOS 13? (without using sourceApplication)
Or is there any other solution here?
The text was updated successfully, but these errors were encountered: