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

Add iOS privacy info. #49

Open yukihiro-numata opened 4 months ago

yukihiro-numata commented 4 months ago

Add PrivacyInfo to podspec of app_tracking_transparency.

By Apple's guidelines, you must add an empty file even if you are not collecting anything. ref: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

I think app_tracking_transparency doesn't collect anything, so I created an empty file.

bazmichal commented 2 months ago

@yukihiro-numata please add @deniza to reviewers

deniza commented 2 months ago

Thanks for the contribution. Our library acts a s a wrapper around AppTrackingTransparency framework and can also retrieve advertising identifier of the device by calling AppTrackingTransparency.getAdvertisingIdentifier() function. So we are technically collecting a device identifier (IDFA) for 3rd party advertising purposes.

bazmichal commented 2 months ago

Thank you @deniza <3