fix(device_info_plus): Add iOS Privacy Info#2582
Conversation
|
Hi, @miquelbeltran could you please provide your thoughts re: if the empty PrivacyInfo.xcprivacy actually follow the Apple's guideline for API declaration? As far as I understand developers should provide NSPrivacyAccessedAPIType with NSPrivacyAccessedAPITypeReasons, not just empty plist 🤔 This question is general one as it looks like common "PR fix" across the Flutter packages and I'm just going by the list of these provided by Apple here https://developer.apple.com/support/third-party-SDK-requirements/ and device_info_plus at the top of my packages subset |
|
Eg from WWDC video https://developer.apple.com/wwdc23/10060?time=578 |
|
As explained here, I couldn't find the use of any "Required API" by the plugin: #2447 (comment) that's why the privacy manifest I am currently not developing iOS apps, so I have no way to verify this. If you are still facing issues, please fork the project, do the appropriated changes and report back, I'll be very interested to know! |

Description
Related Issues
Checklist
CHANGELOG.mdnor the plugin version inpubspec.yamlfiles.flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
!in the title as explained in Conventional Commits).