Is your feature request related to a problem? Please describe.
Apple has announced that starting in 2024 May 1st, 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.
Thank you for your attention to this matter.
https://developer.apple.com/news/?id=3d8a9yyh
Describe the solution you'd like
Upon scanning the codebase, it seems like the use of NSPrivacyAccessedAPICategoryUserDefaults and NSPrivacyAccessedAPICategoryDiskSpace (and potentially more?) would need to be declared in the privacy info file.
In Flutter SDK 3.19, this kind of support has already been implemented. You can find more details at: flutter/packages#5846.
Additional context
You can read more about this requirement on the Apple Developer website: Describing Data Use in Privacy Manifests
Is your feature request related to a problem? Please describe.
Apple has announced that starting in 2024 May 1st, 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.
Thank you for your attention to this matter.
https://developer.apple.com/news/?id=3d8a9yyh
Describe the solution you'd like
Upon scanning the codebase, it seems like the use of
NSPrivacyAccessedAPICategoryUserDefaultsandNSPrivacyAccessedAPICategoryDiskSpace(and potentially more?) would need to be declared in the privacy info file.In Flutter SDK 3.19, this kind of support has already been implemented. You can find more details at: flutter/packages#5846.
Additional context
You can read more about this requirement on the Apple Developer website: Describing Data Use in Privacy Manifests