-
Notifications
You must be signed in to change notification settings - Fork 298
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
Can't catch Deferred Deep Link via iOS Universal Link for the new user #445
Comments
Hi @romandragan In deferred deep linking scenario, SDK will get scheme based URL from your deep_link parameter from the tracker URL and try to open it (that's what you see in the logs). If SDK manages to successfully open it, you should get in inside of the openURL method, not continueUserActivity. Let us know if you managed to obtain it in there. Cheers |
Hi, I'm having a simmillar issue using 4.23.2 for new users, i.e. deffered deep linking.
Deferred deep link steps I do to produce issue:
Expected result
Here are the logs from the run:
Am I testing this wrong? |
I'm trying to test Universal Link with deferred deep link added for the new user.
But
(BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray *restorableObjects))restorationHandler {...}
isn't firing.It's interesting that I see this in logs:
Maybe
adjust_no_sdkclick=1
is the one I should worry about?FYI 1. While testing I'm removing my IDFA from Testing Console.
FYI 2. For already installed app the exact same link works pretty well.
The text was updated successfully, but these errors were encountered: