miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 672 forks source link

Privacy Manifest Missing for App Store Submission #1592

Closed andreesgarcia2013 closed 1 month ago

andreesgarcia2013 commented 2 months ago

When submitting an app to the Apple App Store that includes the “Frameworks/file_picker.framework/file_picker”, the following error is encountered:

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/file_picker.framework/file_picker”, which includes file_picker, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting November 12, 2024

I am working with flutter 3.0.5 and file_picker version 3.0.0

Thank you for your attention to this matter.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 7 days with no activity.

loganSims commented 1 month ago

Any updates on this? Seems critical with the upcoming deadline.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/file_picker.framework/file_picker”, which includes file_picker, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting November 12, 2024, if a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

loganSims commented 1 month ago

Did some digging and looks like it was updated in version 8!

andreesgarcia2013 commented 1 month ago

@loganSims Could you guide me to find the manifest?

loganSims commented 1 month ago

You should just need to update the package to version 8. See this issues https://github.com/miguelpruivo/flutter_file_picker/issues/1418

If you're stuck on version 3.0.0 for other reasons, I'm not sure how you would go about manually adding the manifest to the package.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 14 days since being marked as stale.