Google 播放目标 API 等级要求
Google Play Target API level requirement
来自 Google 播放指南 我注意到从 2020 年 11 月 2 日起,应用更新必须针对 Android 10(API 级别 29)或更高。
When you upload an APK, it needs to meet Google Play’s target API level requirements. New apps must target Android 10 (API level 29) or higher and app updates must target Android 9 (API level 28) or higher.
Every new Android version introduces changes that bring significant security and performance improvements as well as enhance the user experience of Android overall. Some of these changes only apply to apps that explicitly declare support through their targetSdkVersion manifest attribute (also known as the target API level).
这意味着我的新应用程序版本(更新版本)仍可以针对 Api 级别 28?这只允许到 2020 年 11 月 2 日吗?
谢谢。
截至 2020 年 11 月 1 日,您可以更新您的应用程序 APK 目标 API 级别 28。
自 2020 年 11 月 2 日起,APK 更新必须针对 API 级别 29,即 Android 10
还有:
Wear OS apps are not subject to the API level 29 requirement.
Once these requirements come into effect, the Play Console will
prevent you from submitting new APKs using older target API levels.
更多信息:https://support.google.com/googleplay/android-developer/answer/113469#targetsdk
来自 Google 播放指南 我注意到从 2020 年 11 月 2 日起,应用更新必须针对 Android 10(API 级别 29)或更高。
When you upload an APK, it needs to meet Google Play’s target API level requirements. New apps must target Android 10 (API level 29) or higher and app updates must target Android 9 (API level 28) or higher.
Every new Android version introduces changes that bring significant security and performance improvements as well as enhance the user experience of Android overall. Some of these changes only apply to apps that explicitly declare support through their targetSdkVersion manifest attribute (also known as the target API level).
这意味着我的新应用程序版本(更新版本)仍可以针对 Api 级别 28?这只允许到 2020 年 11 月 2 日吗?
谢谢。
截至 2020 年 11 月 1 日,您可以更新您的应用程序 APK 目标 API 级别 28。
自 2020 年 11 月 2 日起,APK 更新必须针对 API 级别 29,即 Android 10
还有:
Wear OS apps are not subject to the API level 29 requirement.
Once these requirements come into effect, the Play Console will prevent you from submitting new APKs using older target API levels.
更多信息:https://support.google.com/googleplay/android-developer/answer/113469#targetsdk