Using the Advertising Info extension with these settings:
[adinfo]
tracking_usage_description = Want to help us make Swiing a better game? Allow us to track your activity in-game for our performance analytics and providing relevant ads!
register_for_attribution = 1
Good question! Can you please check your final Info.plist and verify that the following value exists and has been set with adinfo.tracking_usage_description from game.project:
Aha, there seem to be an issue there; there are two entries. This is the Info.plist extracted from the .ipa itself:
<key>NSUserTrackingUsageDescription</key>
<string>Want to help us make Swiing a better game? Allow us to track your activity in-game for our performance analytics and providing relevant ads!</string>
<key>NSUserTrackingUsageDescription</key>
<string>Your data will be used to provide you a better and personalized ad experience.</string>
One of them is from the UnityAds extension. I suppose the reason the latter is shown is the order in which they appear in the file.