endigo / flutter_pdfview

PDF view for Flutter
https://pub.dev/packages/flutter_pdfview
MIT License
264 stars 218 forks source link

[iOS] Are there any plans to add Privacy Manifests? #271

Open 54ma-ta93 opened 9 months ago

54ma-ta93 commented 9 months ago

Apple recently announced that starting in Spring 2024, apps will be required to include more privacy-related reasoning for "third-party SDKs." This includes providing details in privacy manifests about data use by these SDKs. You can read more about this requirement on the Apple Developer website: Describing Data Use in Privacy Manifests

Many popular Flutter plugins, such as shared_preferences, have already implemented these manifests. You can see an example of such a manifest in the shared_preferences plugin here: PrivacyInfo.xcprivacy

Given these upcoming requirements, it's important to note that even libraries that do not collect privacy-policy-relevant information may need to include an empty PrivacyInfo.xcprivacy file to avoid potential rejection.

Thank you for your attention to this matter.

idrisAd commented 7 months ago

Hi, @wmatusiak do you have any news regarding this subject ?

wmatusiak commented 7 months ago

@idrisAd As far as I know there is no official Flutter way to handle this yet We need to wait for https://github.com/flutter/flutter/issues/131940