amit-kremer93

Results 50 comments of amit-kremer93

@GoldenWings onDeepLink and onAppOpenAttribution are both for universal links and uri scheme. the difference is the onDeepLink is newer then onAppOpenAttribution. you can read more [here](https://dev.appsflyer.com/hc/docs/unified-deep-linking-udl-1)

@artyorsh did you implement deeplinks handling like the [docs](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/master/Docs/DeepLink.md#-ios-deeplink-setup)? if yes, it covers the problem you mentioned where the bridge is initialized later and lose initial events

@tomoakley The issue in RN SDK is fixed from version 6.2.10

@professorkolik @markushogberg this issue is related to internet connection. Do you see this only on logEvent call? what about initSdk?

Hi, it looks like its more related to `metro-react-native-babel-preset` dependency in your project. try to update it or to configure it differently

@JeremyColton this api is part of the sdk. Do you work with `expo-dev-client` as mentioned [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/master/Docs/Expo.md)?

@Darex1991 are you trying to open a certain view after clicking on a link? `AppsFlyerAttribution shared` is responsible on triggering the `onDeepLink` method on the javascript side and not on...

@MariusCatanoiu @LupusX5 do you get this error on a specific device? few devices?

This is issue is closed due to inactivity. Contact our support team if the issue has not been solved

You clicked on a OneLink? or just a regular universal link?