-
Notifications
You must be signed in to change notification settings - Fork 204
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
Onelink deeplinks not working #565
Comments
👋 Hi @pnogier and Thank you for reaching out to us.
|
I'm having a similar issue. If I click the generated link eg. https://selleralert.onelink.me/hJhj/96pyqr27 it takes me to the store even when I have the app installed. I checked the /.well-known/apple-app-site-association at the above domain (https://selleralert.onelink.me) and I'm assuming it's supposed to contain the apps information but it doesn't. {"applinks":{"apps":[],"details":[]}} |
@spylefkaditis Did you followed the developer instructions in the dev hub? What is the OS version that you test your app on and see this issue? |
I'm also seeing this issue using Expo on react-native-appsflyer 6.15.1 (it also didn't work for me on 6.14.3). Deeplinks are not working at all. My I'm on iOS 18.1 |
Report
Hi there,
We installed the Appsflyer plugin in order to work with deeplinks on our mobile app.
The link we created properly redirects us to the store on both platforms, but never redirects to the app when the app is installed.
Plugin Version
6.14.3
On what Platform are you having the issue?
Both iOS and Android
What did you do?
What did you expect to happen?
If the app is not installed:
Open the store, then pass the deeplink data to the app
If the app is installed:
Open the app with the data
What happened instead?
The store always opens
Please provide any other relevant information.
Here is the init and usage of the SDK in our App.jsx
Here are the configs of our Info.plist regarding the linking
We also set this in our Xcode project entitlements file
The text was updated successfully, but these errors were encountered: