我们最近升级了我们的应用程序,使其符合Android 12(API 级别 31)并使用 Flutter 版本 2.8.1 构建。
Google 最近批准了我们的应用程序,但当我们“更新”应用程序时,以前的版本将从设备和 Play 商店中删除。剩下的按钮选项是“卸载”。不再有“打开”按钮(参见屏幕截图 1)。
Android 9、10、11、12 和 13 版本均出现此情况。我们所有的应用程序都启用了 GooglePay。
我们已采取的步骤:
我们的AppManifest.xml文件中是否存在错误?
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="<BOUNDLE ID>">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom …Run Code Online (Sandbox Code Playgroud) android google-play flutter actions-on-google google-play-console