需要 Android:因设备而异(多 APK)
Requires Android: Varies with device (Multi APK)
我正在开发 Beta 版应用(尚未发布正式版)。
我昨天上传了一个新的 APK。这样做时,我收到警告,因为我将 minSdkVersion 从 16 更改为 19。我是故意进行此更改的,所以这是预期的。
在 Google Play 控制台上,它现在显示已添加新的 APK,旧的已停用,这正是我想要的。
但是,Play 商店现在会在应用信息的 'Requires Android' 部分下显示 'Varies with device'。
所以商店似乎为 Android 年龄在 API 16 到 19 岁之间的人保留了旧版本,就像我想要 Multiple APK.
如何解决这个问题?
编辑
我发布了一个新的 Alpha 版本以摆脱仍然存在的旧版本和 'shadowed' Beta(此 Alpha 支持 Android 来自 API 16) ,然后将其提升为 Beta。所以现在我没有 Alpha,仍然没有生产中的应用程序,只有一个 minSdkVersion 设置为 19 的 Beta APK。
此 Beta 现在显示在商店页面上,但是 'Requires Android'
和 Current version
仍然显示 'Varies with device'
。
联系 Google 支持后,这是他们的答复:
I looked into your matter further and the reason why you can see the
'Varies with device' under 'Requires Android' is because the app is
unreleased.
Please note that if the app is published then the section for
'Requires Android' will be updated with the relevant information.
所以我会在发布应用程序时查看这些值是否正确更新。
我正在开发 Beta 版应用(尚未发布正式版)。
我昨天上传了一个新的 APK。这样做时,我收到警告,因为我将 minSdkVersion 从 16 更改为 19。我是故意进行此更改的,所以这是预期的。
在 Google Play 控制台上,它现在显示已添加新的 APK,旧的已停用,这正是我想要的。
但是,Play 商店现在会在应用信息的 'Requires Android' 部分下显示 'Varies with device'。
所以商店似乎为 Android 年龄在 API 16 到 19 岁之间的人保留了旧版本,就像我想要 Multiple APK.
如何解决这个问题?
编辑
我发布了一个新的 Alpha 版本以摆脱仍然存在的旧版本和 'shadowed' Beta(此 Alpha 支持 Android 来自 API 16) ,然后将其提升为 Beta。所以现在我没有 Alpha,仍然没有生产中的应用程序,只有一个 minSdkVersion 设置为 19 的 Beta APK。
此 Beta 现在显示在商店页面上,但是 'Requires Android'
和 Current version
仍然显示 'Varies with device'
。
联系 Google 支持后,这是他们的答复:
I looked into your matter further and the reason why you can see the 'Varies with device' under 'Requires Android' is because the app is unreleased.
Please note that if the app is published then the section for 'Requires Android' will be updated with the relevant information.
所以我会在发布应用程序时查看这些值是否正确更新。