app_tracking_transparency icon indicating copy to clipboard operation
app_tracking_transparency copied to clipboard

How soon can I ask for ATT permission again if user denied?

Open danieeelfc opened this issue 3 years ago • 3 comments

How soon can I ask for ATT permission again if user denied?

I tried to push the calendar 6 months later, but I still could not ask for ATT permission once more.

As far as I've tested, the only scenario that could be asked again is if the user uninstalls the app and installs again later.

danieeelfc avatar May 22 '21 13:05 danieeelfc

As far as I know you can not ask again if user once denied to give permission. You can try to show permission dialog by calling AppTrackingTransparency.requestTrackingAuthorization() but nothing going to happen if user once denied. If you want to test it multiple times, you can change the Bundle Identifier temporally.

deniza avatar May 24 '21 12:05 deniza

You cannot ask again, but you can link them to your app's page on the settings app

danilofuchs avatar May 27 '21 15:05 danilofuchs

You are not allowed to ask again. I did it with a real iOS app and it was rejected by Apple. If the user declines, you have to accept it.

RalphBergmannKMB avatar Jun 07 '21 11:06 RalphBergmannKMB