ATTrackingManager
A class that requests tracking authorization and provides the current authorization status.
Declaration
class ATTrackingManagerOverview
This class presents an authorization request UI that asks a person for permission to access app-related data that your app can use to track a person or device across apps and websites (see requestTrackingAuthorization(completionHandler:)). You can check the result of prior requests with the trackingAuthorizationStatus property.
Topics
Requesting authorization
requestTrackingAuthorization(completionHandler:)requestTrackingAuthorization(usingExpandedInterface:additionalInformationAction:completionHandler:)