You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
I have the same issue on iOS. I realised that openUrl is not called from plugins/ionic-plugin-deeplinks/src/ios/AppDelegate+IonicDeeplink.m
I also user cordova-plugin-firebasex where also there is defined an openUrl method in file: plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.m
When I commented this block of code from plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.m, the match/notmatch was triggered - (BOOL)application:(nonnull UIApplication *)application openURL:(nonnull NSURL *)url options:(nonnull NSDictionary<NSString *, id> *)options { return [[GIDSignIn sharedInstance] handleURL:url]; }
I am not sure if there is a more elegant solution to this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Configured the deeplinks, I can see app is opened but cant able to see logs in the match or nomatch.
Url: myOrg://myOrg.local/links
"URL_SCHEME": "myOrg",
"DEEPLINK_HOST": "myOrg.local",
"DEEPLINK_SCHEME": "myOrg",
This is working fine on Android device.
Here is the configuration that I used.
Ionic:
Ionic CLI : 7.3.9
Ionic Framework : @ionic/angular 4.11.5
@angular-devkit/build-angular : 0.13.9
@angular-devkit/schematics :7.3.9
@angular/cli : 7.3.9
@ionic/angular-toolkit : 1.5.1
Cordova:
cordova-ios: 5.1.1
cordova-plugin-ionic-keyboard 2.2.0,
cordova-plugin-ionic-webview 4.1.3,
The text was updated successfully, but these errors were encountered: