-
Notifications
You must be signed in to change notification settings - Fork 202
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
deep link is not working in case user is redirect through app store to install app #539
Comments
👋 Hi @edapess and Thank you for reaching out to us.
|
we faced the same issue, deep link opening app store even if app is already installed, as fix we needed to clear safari cache on the device and the link would then work as expected, open the app. platform: ios |
Thanks, @arifo. I will check this today and get back to you with the investigation results. I hope the Appsflyer team will fix this in the near future. |
@arifo so I checked, the app store case (Deferred linking) still doesn't work, and i checked again with documentation, everything is set up correctly |
are others experiencing this issue? trying to determine whether it's a good idea to implement this or not |
I have the same issue. I'm working with this versions. And when I paste the onelink in Safari it returns to the Apple Store. platform: ios |
I think I'm not the only one |
I tried this but same issue @Haykys, can you advice on how to approach this, since I need to test it locally and I can't wait till each each time to upload to store and wait for there approval to test it |
@Haykys we also had everything configured, so the problem is not there in our case |
@fouadsaoudi You don't have to upload it to the store each time. You can just build the app using Xcode to test the changes |
Report
we had an issue with deep linking in case, when link redirecting user to app store, to install the app, and we have like screen, to where user navigate after signup from deep link, but it's not working, and also there is a case on some devices(with same OS) when user installed app already, on one device deep link works perfectly (opens app, redirects), but on another device even if app is installed deep link is't working, so it takes to app store only.
Plugin Version
ℹ Please replace these two lines with the plugin version.
e.g. via
6.13.1
On what Platform are you having the issue?
IOS
What did you expect to happen?
link has to open app store and after registration it needs to navigate user to exact screen
What happened instead?
link is not redirecting user after app store installation, but redirects when app is already installed
The text was updated successfully, but these errors were encountered: