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

Remove decide later button in explainer dialog #28

Closed untp closed 2 years ago

untp commented 2 years ago

Apple does not allow Decide later button in explainer dialog (#27). Also Google updated their guide to include only a Continue button (https://support.google.com/admob/answer/10115027?hl=en).

v7GokkrtuxKhV5lYTjfANyoi3Q3O1UlDTQBV.png

I updated readme, documentation and example code with this change.

deniza commented 2 years ago

Hi, @untp

I published an updated version to pub.dev just before realizing your PR. It seems that we both did nearly the same minor modifications. Thank you.

untp commented 2 years ago

I also removed PlatformException check and WidgetsBinding.instance!.addPostFrameCallback, because they are not needed. You can reopen this PR for these changes if you want.

deniza commented 2 years ago

Thanks for the effort