Nicolò Bozzato
Nicolò Bozzato
I read the IOS setup very carefully and I would like to test my implementation. So I arrived at this point [Testing BGTaskScheduler](https://github.com/fluttercommunity/flutter_workmanager/blob/main/IOS_SETUP.md#testing-bgtaskscheduler) and I read the instruction on apple...
Solve issue https://github.com/fluttercommunity/app_review/issues/87
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...
Something changed in the way the class manage the activity result you should try to update the manifest in this way See this issue on the original sdk https://github.com/braintree/braintree-android-drop-in/issues/419 That...