adjust / unity_sdk

This is the Unity SDK of
http://www.adjust.com
MIT License
149 stars 70 forks source link

Attribution Data Issue on iOS #281

Open zaferdace opened 8 months ago

zaferdace commented 8 months ago

Hi, teams.

We need to access the details of the marketing campaigns created by our marketing team in our live game. But no event is triggered when Adjust's attribution data is received on iOS. We can receive attribution data on Android, but there is an issue on iOS. The SDK is not providing attribution data on iOS.

We call the attributionChangedDelegate method before initializing the Adjust SDK in our app.

Just for testing, we manually invoke the Adjust.getAttribution() method in our live game after a delay of x seconds from the game's launch. The issue is that we are receiving partially empty or missing attribution data from a subset of our users. Therefore, it's important for the attributionChange event to be triggered correctly by Adjust sdk.

My environments:

Adjust Sdk 4.33.0 Unity 2022.3.3f1

Best Regards.