flutter_app_badger icon indicating copy to clipboard operation
flutter_app_badger copied to clipboard

Add iOS privacy manifests

Open JohnSmith0922 opened this issue 1 year ago • 1 comments

By Apple's Privacy manifest guidelines, some action will be required such as adding an empty privacy manifests file even if you are not collecting anything.

Apple's document: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files See https://github.com/flutter/flutter/issues/131940 for more context.

The following is an example of an empty privacy manifests file if this library is not collecting anything. device_info_plus/ios/PrivacyInfo.xcprivacy

JohnSmith0922 avatar Feb 29 '24 07:02 JohnSmith0922

@g123k Hey there, I've opened a pull request PR #96. Could you please take a look at it?

yukihiro-numata avatar Mar 05 '24 00:03 yukihiro-numata

Merged in #96

g123k avatar May 11 '24 14:05 g123k