miguelpruivo/flutter_file_picker

Apple's update to their API policy - Required Reason

Closed this issue · 2 comments

Problem
Apple is requiring all api calls that fall under this ruleset https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278394
be added to a privacy manifest file.

Feature Request
Some APIs that your app uses to deliver its core functionality — in code you write or included in a third-party SDK — have the potential of being misused to access device signals to try to identify the device or user, also known as fingerprinting. Regardless of whether a user gives your app permission to track, fingerprinting is not allowed. Describe the reasons your app or third-party SDK on iOS, iPadOS, tvOS, visionOS, or watchOS uses these APIs, and check that your app or third-party SDK only uses the APIs for the expected reasons.

Value to Flutter File Picker
This will be required regardless, just making sure the great team at flutter file picker is aware.

(Apple published a privacy update of app submission.
(And Flutter file picker is on the list))

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

Duplicate of #1418