When use third-party login ,in the function
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool
, the UIApplication.OpenURLOptionsKey.sourceApplication is nil on iOS 13.
Why? And how to fix this?
Thanks