vdung7 / startapp_flutter_plugin

Flutter plugin for StartApp SDK
https://pub.dev/packages/startapp
Apache License 2.0
12 stars 9 forks source link

Doesn't support null safety and Android 31 #25

Open samuel-kings opened 2 years ago

samuel-kings commented 2 years ago

Please 🙏 we need an update as this version does not support android SDK version 31. Help us migrate to null safety. Thank you

Whenever I upload app to play store, play store keeps rejecting my app bundle saying that if I'm targeting android 12, "exported" should be set to true in my android manifest file. I have done this since the previous version of the app which didn't have startapp integrated. But when I integrated startapp, I can't update my app unless I set android SDK version to 30.

Please help us upgrade the plugin to support android 12. Or tell us if there's another way around it. Thank you