nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 526 forks source link

Not receiving event on ios #142

Closed Yuripetusko closed 6 years ago

Yuripetusko commented 6 years ago

Hello. All works on Android, links opening in app and event is received. On iOS Links do open in app but no event is received. ANy ideas why?

Thanks

Yuripetusko commented 6 years ago

It was caused by AppsFlyerSdk plugin

Yuripetusko commented 6 years ago

@nikDemyankov their plugin also uses - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler; Any suggestion for me to make it so these 2 plugins don't clash over who hijacks ios continueUserActivity ?

Yuripetusko commented 6 years ago

Found a fix in this fork

https://github.com/Cygnecode/cordova-plugin-appsflyer-sdk/