-
-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add privacy manifest file for iOS #934
Comments
In this case I don't think this is necessary as the cached_network_image package doesn't access any iOS SDKs directly. |
@mvanbeusekom I see cached_network_image is using |
there is any relation with the message ? Hello, We noticed one or more issues with a recent submission for App Store review for the following app: Favu ITMS-91053: Missing API declaration - Your app’s code in the “Runner” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryUserDefaults. While no action is required at this time, starting May 1, 2024, when you upload a new app or app update, you must include a NSPrivacyAccessedAPITypes array in your app’s privacy manifest to provide approved reasons for these APIs used by your app’s code. For more details about this policy, including a list of required reason APIs and approved reasons for usage, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api. Apple Developer Relations |
@Christyansoft Yes, you received an apple warning email for privacy manifest files. |
@mvanbeusekom cc @mvn-hangtran-dn Or to be specific its depending on flutter_cache_manager which is using sqflite. Here is a relevant issue in flutter_cache_manager As a temporary solution, it should be possible to fix this issue by using a dependency override for sqflite until it is updated. |
Hello @Heech, @mvn-hangtran-dn, Notice that the Running As mentioned earlier the |
@mvanbeusekom Thanks, I tried to update cached_network_image to ^3.3.1 and found that sqflite is using 2.3.2(include privacy manifest file) cc @Heech |
🚀 Feature Requests
Describe the feature
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: