fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

Version 6.0.0 of package_info_plus required for third-party SDK requirements by Apple #87

Open nicolobozzato opened 2 months ago

nicolobozzato commented 2 months ago

Now Apple requires a privacy manifest for package:info_plus https://developer.apple.com/support/third-party-SDK-requirements/

This has been added in version 6.0.0 https://pub.dev/packages/package_info_plus/changelog So this package if the dependencies are not upgraded makes a flutter app not deployable on App Store in the future (a very close future Spring 2024, should be May)

This also may solve https://github.com/fluttercommunity/app_review/issues/80