appsflyer-react-native-plugin
appsflyer-react-native-plugin copied to clipboard
AppsFlyer plugin for React Native
# Report ## Plugin Version 6.15.1 ## On what Platform are you having the issue? ios and android ## What did you do? Enabled the New Architecture and build ##...
# Report ## Plugin Version 6.15.1 ## On what Platform are you having the issue? android ## What did you do? Install latest package and build ## What did you...
# 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...
I’m experiencing an issue where the onAppOpenAttribution callback does not return data on both iOS and Android. However, I am able to access the networkUserId. Below is the code I’m...
In reaction to this issue https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/558 and this closed PR https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/pull/559. This adds the; ```kt import android.content.intent override fun onNewIntent(intent: Intent?) { super.onNewIntent(intent) setIntent(intent) } ``` by default if `import...
# Report ## Plugin Version 6.12.2 ## On what Platform are you having the issue? iOS (probably also Android) ## What did you do? Tried to subsequently register a deeplink...
# Report Current type `UnifiedDeepLinkData` is different from real data ### Current type definition ```ts export type UnifiedDeepLinkData = { status: "success" | "failure", type: "onDeepLinking", deepLinkStatus: 'FOUND' | 'NOT_FOUND'...
# Report ## Plugin Version "expo": "~50.0.17", "react": "18.2.0", "react-native": "0.73.4", "react-native-appsflyer": "^6.14.3", ## On what Platform are you having the issue? iOS ## What did you do? We generate...
# Report I can't see any iOS uninstalls after I updated the react-native version from 0.70.15 to 0.71.18.  ## Plugin Version `^6.14.3` ## On what Platform are you having...