I user iOS advertisingIdentifier like below code in my iOS app:
NSString *adId = [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];
without any check to anything. and send it to the server. Server gives some point to the users that are installing the app for first time. I user this code to detect first installation.
Right now I want to publish the app to the store. The store show below text to me:
I, husein behboodi rad, confirm that this app, and any third party that interfaces with this app, uses the Advertising Identifier checks and honors a user's Limit Ad Tracking setting in iOS and, when it is enabled by a user, this app does not use Advertising Identifier, and any information obtained through the use of the Advertising Identifier, in any way other than for "Limited Advertising Purposes" as defined in the iOS Developer Program License Agreement.
I do not undestand their meaning. Does I need do check something about Limit Ad Tracking before using above code?