deniza / app_tracking_transparency

A Flutter plugin to show ios 14+ tracking authorization dialog.
https://pub.dev/packages/app_tracking_transparency/
MIT License
83 stars 28 forks source link

Invoke the dialog a second time to change the tracking choice #41

Closed robman70 closed 1 year ago

robman70 commented 1 year ago

I can't invoke the dialog a second time to change the tracking choice. I would like to make the dialog visible again, without forcing the user to go into the app settings. How can I do?

deniza commented 1 year ago

In iOS, once the user has made their decision on whether to allow or deny app tracking, the app tracking authorization dialog cannot be shown again for that specific app. The user can still change their decision from the Settings app, but the app cannot request authorization again.