p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.14k stars 276 forks source link

Update README.md #355

Closed Lindemann closed 3 years ago

Lindemann commented 3 years ago

func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {...} is not called in fresh iOS 13 / Xcode 12 apps. Instead I had to use the new SceneDelegate method. Took me hours to track down this problem. 🙄 https://stackoverflow.com/questions/58624786/method-applicationopenurloptions-is-not-called