AttStatus Class
Possible states that the user's App Tracking Transparency can be. More...
Detailed Description
Possible states that the user's App Tracking Transparency can be. This is intentionally NOT implemented as an enum. The SDK API is a pass-through to Apple's ATTrackingManager.AuthorizationStatus, to which new values may be added in the future. If we advertised these values as an enum, then an SDK update would be required in order to support future versions of Apple's enum. We'd rather give game teams the ability to adapt to these changes without needing to wait for SDK.
Possible states that the user's App Tracking Transparency can be. More...
Detailed Description
Possible states that the user's App Tracking Transparency can be. This is intentionally NOT implemented as an enum. The SDK API is a pass-through to Apple's ATTrackingManager.AuthorizationStatus, to which new values may be added in the future. If we advertised these values as an enum, then an SDK update would be required in order to support future versions of Apple's enum. We'd rather give game teams the ability to adapt to these changes without needing to wait for SDK.