I want to tracking test the status of ATTrackingManagerAuthorizationStatusRestricted

Testing tracking on iPhone.

We are currently implementing ATT support for iOS14 and later, using the following SDK.

[https://github.com/adjust/unity_sdk)

The test itself went well, and I was able to display a dialog asking for permission, and get a status of "Allowed" or "Denied". However, I don't know how to test the restricted status (ATTrackingManagerAuthorizationStatusRestricted in the following URL).

What steps should I take on a real machine?

[https://developer.apple.com/documentation/apptrackingtransparency/attrackingmanagerauthorizationstatus/attrackingmanagerauthorizationstatusrestricted)


Development environment

Unity2019.4.3f1

iPhone11

iOS Version 14.4.2

I want to tracking test the status of ATTrackingManagerAuthorizationStatusRestricted
 
 
Q