You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
For my react native IOS project, the direct deep linking is not working as expected, but the deferred deep linking seems to be working fine.
Here the listener appsFlyer.onDeepLink() is not listening in react native IOS. In my case it is opening the app, but not able to see the logs for this onDeepLink() method.
this is the react-native version and appsflyer plugin version
"react-native": "0.71.3",
"react-native-appsflyer": "^6.10.3",
👋 Hi @parteek-refixd and Thank you for reaching out to us.
You can contact AppsFlyer support through the Customer Assistant Chatbot for assistance with troubleshooting issues or product guidance.
To do so, please follow this article.
Hi there,
For my react native IOS project, the direct deep linking is not working as expected, but the deferred deep linking seems to be working fine.
Here the listener
appsFlyer.onDeepLink()
is not listening in react native IOS. In my case it is opening the app, but not able to see the logs for this onDeepLink() method.this is the react-native version and appsflyer plugin version
"react-native": "0.71.3",
"react-native-appsflyer": "^6.10.3",
This is our Info.plist regarding the linking
This in our project entitlements file
This is the init part
For the above code, i only see the logs for
onInstallConversionData
method, but notonDeepLink
method.The text was updated successfully, but these errors were encountered: