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

deep link is not working in case user is redirect through app store to install app #539

Open
edapess opened this issue Mar 28, 2024 · 5 comments
Labels

Comments

@edapess
Copy link

edapess commented Mar 28, 2024

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

Copy link

👋 Hi @edapess and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com.
When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

@arifo
Copy link

arifo commented Apr 5, 2024

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.
ref: https://discussions.apple.com/thread/253947740?answerId=257410229022#257410229022
still looking for a solution to fix this, as it is not an option to tell each user who tap on a appsflyer deeplink to clean their safari cache

platform: ios
"react-native": "0.72.4",
"react-native-appsflyer": "^6.12.2"

@edapess
Copy link
Author

edapess commented Apr 8, 2024

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. ref: https://discussions.apple.com/thread/253947740?answerId=257410229022#257410229022 still looking for a solution to fix this, as it is not an option to tell each user who tap on a appsflyer deeplink to clean their safari cache

platform: ios "react-native": "0.72.4", "react-native-appsflyer": "^6.12.2"

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.

@edapess
Copy link
Author

edapess commented Apr 8, 2024

@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

@iway1
Copy link

iway1 commented May 1, 2024

are others experiencing this issue? trying to determine whether it's a good idea to implement this or not

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

4 participants