AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
273 stars 196 forks source link

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

Open edapess opened 3 months ago

edapess commented 3 months ago

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

github-actions[bot] commented 3 months ago

👋 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:

arifo commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

@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 commented 2 months ago

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

jalvarez930 commented 1 month ago

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 "react-native": "0.73.4", "react-native-appsflyer": "^6.13.1",

edapess commented 1 month ago

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

I think I'm not the only one

OmarKhairyMo commented 1 month ago

WhatsApp Image 2024-05-31 at 6 00 38 PM am getting this message when i try to open the link using universal links with the correct subdomain link and associate domain. any help please ?