Not receiving event on ios
Yuripetusko opened this issue · 3 comments
Yuripetusko commented
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
It was caused by AppsFlyerSdk plugin
Yuripetusko commented
@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
Found a fix in this fork