appsflyer-unity-plugin
appsflyer-unity-plugin copied to clipboard
AppsFlyer.getConversionData method does't work as expected.
Hello team,
Thank you for the Unity AppsFlyer integration plugin.
I try to get Conversion Data on the application startup, but when invoking the method AppsFlyer.getConversionData("GObj name") the listener doesn't receive anything. I need to 'send' the application in background and then when I bring it back (the application becomes in focus) I received the Conversion Data. I need only to invoke the method once, after that every time when the application is in background and then in focus again I receive the Conversion Data.
My setup is: Unity - 2020.3.31 AppsFlyerPluginVersion - 6.6.1 SDK initialization - Using AppsFlyerObject.prefab in the scene for initialization. Test device - Android Xiaomi Redmi 10 2022
If you can help me to get data as I call for it, I'll be very thankful.