amit-kremer93
amit-kremer93
Thank you for this MR. we are planning the next release of our RN sdk and it will be part of it. No ETA yet
Hi @gtsec and thank you for opening this issue. `appsFlyer.onInstallConversionData` is not related to the ATT and it will fire only after `appsFlyer.init` sends a launch. it can be delayed...
Hi @gtsec. according to [this](https://support.appsflyer.com/hc/en-us/articles/207032066-iOS-SDK-V6-X-integration-guide-for-developers#additional-apis-optout), you must set the `appsFlyer.stop` to `false` if you want to trigger `appsFlyer.onInstallConversionData` again
can you share code snippet of how and where you implemented the init and logevent(if implemented) in your code?
The calls are asynchronous, so sometimes the response of gcd (onInstallConversionData, which is the result of `initSdk`) can occur after your method `logOtherEvent `is called.
Did you follow [this](https://dev.appsflyer.com/docs/initial-setup-2)?? For now, you can use `onInstallConversionData` listener to handle direct deep link in iOS by checking if `is_first_launch === false`. it's not the best solution but...
@Goldyukol in which type of deep link do you use? URL scheme or universal link? 6.0.50 works fine for me when the app in the background and when fully closed
It seems like the issue started after the native SDK was upgraded and we are working on a solution. Sorry for the inconvenience.
I released a new version (6.1.40) with a fix for the onAppOpenAttribution in iOS. The implementation has slightly changed so please see [this](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/master/Docs/Guides.md#iosdeeplinks) but the flow is the same. Please...
@csantarin `{"status":"failure","type":"onAttributionFailure","data":"Authentication Failed"}` means that you have an issue with your devKey. about the crash, i released an hot fix.