Hi All
I have been trying to submit my app to the App Store but i keep getting this issue?
Invalid Binary Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier [IDFA] API but your app is not respecting the Limit Ad Tracking setting in iOS.
I havent changed any features all i am using is the iAd view like this.
var advert = Ti.UI.iOS.createAdView({ width: Ti.Platform.displayCaps.platformWidth - 20, left : 0, height : 66, bottom : 0 }); advertSpace.add(advert);Screenshot of itunes connect settings https://s3bubble.com/quick/?f=YGbwMHQEf
Whats changed can some please advise
Thanks.