You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: