I've implemented an URL scheme for the redirect back to my app after payment. When a webpage direct back to my app, the app should open a navigation controller over the current view. (So open it modal).
How to do this from the AppDelete in the func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool
-method?
Thanks in advance!