if ATTrackingManager.trackingAuthorizationStatus == .notDetermined {
//this device has not received an authorisation request yet. present ATT dialog
}
Now assuming that the user declines the request to allow tracking. To accommodate for such a case, is it advisable to display the ATT Dialog on subsequent app launches? Or will this go against some user experience guidelines, since the user will see the dialog repeatedly until they give a tracking consent?
Please advise on best practices in this regard.
3) Finally, I've already enabled the SKAdnetwork identifiers in my plist file. My app does not require IDFA for any purpose, other than those used by the Admob SDK. Is it mandatory to include ATT dialog if my app is making use of Admob SDK?
Thanks in advance.
|
||||||