g123k / flutter_app_badger

Support to update the app badge on the launcher (both for Android and iOS)
https://pub.dev/packages/flutter_app_badger
Apache License 2.0
308 stars 161 forks source link

Add iOS privacy manifests #97

Closed JohnSmith0922 closed 4 months ago

JohnSmith0922 commented 6 months ago

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

yukihiro-numata commented 6 months ago

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

g123k commented 4 months ago

Merged in #96