KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
331 stars 384 forks source link

Add privacy manifest file for iOS #291

Open kyoey opened 5 months ago

kyoey commented 5 months ago

You need to add PrivacyInfo.xcprivacy file following the new apple policy.

Apple saying that the requirement will take effect May 1st. https://developer.apple.com/news/?id=3d8a9yyh https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

This package uses userDefault, so I think this needs to be addressed. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278401