Handle custom scheme URL

This commit is contained in:
SBiOSoftWhare
2020-12-18 18:22:46 +01:00
parent 1886a5a736
commit 7cad8fc2ff
6 changed files with 44 additions and 5 deletions
@@ -101,6 +101,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
self.legacyAppDelegate.applicationDidReceiveMemoryWarning(application)
}
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
return self.appCoordinator.open(url: url, options: options)
}
// MARK: User Activity Continuation
func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {