Deep Linking
Deep Linking
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
print("openUrl: \(url)")
return true
}Universal Links
Last updated
Was this helpful?