nordnet/cordova-universal-links-plugin

Not receiving event on ios

Yuripetusko opened this issue · 3 comments

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

It was caused by AppsFlyerSdk plugin

@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 ?