Contents

ATTrackingManager

A class that requests tracking authorization and provides the current authorization status.

Declaration

class ATTrackingManager

Overview

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

Determining tracking authorization status

See Also

Essentials