Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didResolveDeepLink is triggered after universal link clicked with empty data #221

Open
pichirichi opened this issue Nov 8, 2022 · 1 comment
Labels

Comments

@pichirichi
Copy link

Report

SDK Version

pod AppsFlyerFramework (6.3.0)

What did you do?

  1. clicked on universal link.
  2. app is launched and "continueUserActivity" is triggered:
    -(BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray<id> * _Nullable))restorationHandler
  3. we call '[[AppsFlyerLib shared] continueUserActivity:userActivity restorationHandler:nil];'.
  4. 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.

@amit-kremer93
Copy link
Contributor

You clicked on a OneLink? or just a regular universal link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants