AppsFlyerFramework
AppsFlyerFramework copied to clipboard
didResolveDeepLink is triggered after universal link clicked with empty data
Report
SDK Version
pod AppsFlyerFramework (6.3.0)
What did you do?
- clicked on universal link.
- app is launched and "continueUserActivity" is triggered: -(BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray<id<UIUserActivityRestoring>> * _Nullable))restorationHandler
- we call '[[AppsFlyerLib shared] continueUserActivity:userActivity restorationHandler:nil];'.
- AppsFlyer delegate is triggered and 'didResolveDeepLink' is called.
What did you expect to happen?
Initiation of 'didResolveDeepLink' with relevant data or no initiation of the method at all.
What happened instead?
AppsFlyer delegate is triggered and 'didResolveDeepLink' is called but 'AppsFlyerDeepLinkResult' contain an empty 'AppsFlyerDeepLink' with 'status' code 'AFSDKDeepLinkResultStatusFound'.
Please provide any other relevant information.
the project AppDelegate is in Objective-C, testing was done both on device and on simulator. project was tested in debug app and in production with a deployed App Store app version. All tests produce the same result.
You clicked on a OneLink? or just a regular universal link?