app_tracking_transparency icon indicating copy to clipboard operation
app_tracking_transparency copied to clipboard

Add iOS privacy info.

Open yukihiro-numata opened this issue 1 year ago • 3 comments

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.

yukihiro-numata avatar Feb 22 '24 09:02 yukihiro-numata

@yukihiro-numata please add @deniza to reviewers

bazmichal avatar Apr 25 '24 15:04 bazmichal

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.

deniza avatar Apr 26 '24 07:04 deniza

Thank you @deniza <3

bazmichal avatar Apr 26 '24 07:04 bazmichal