Bug #5032
Rider Android:- Upgrade to Android API Level 35 with 16 KB Page Size Support for Google Play Compliance
0%
Description
This change involves upgrading the Android project’s targetSdkVersion and compileSdkVersion to API level 35 (Android 15). Google Play mandates that starting August 31, 2025, all new app updates (excluding Wear OS, Android TV, and Android Automotive OS) must target at least API level 35. Failure to meet this requirement will prevent new submissions or updates and limit app availability on newer Android devices.
The upgrade includes resolving compatibility issues, addressing behavior changes or deprecations introduced in Android 14 and 15, and validating app stability across various devices. This is a critical change to ensure timely compliance and uninterrupted app distribution on the Play Store.
- The project’s build configurations will be updated to target API level 35.
- The app will be tested and verified for compatibility with 16 KB page size support using appropriate build flags and NDK configurations (if applicable).
- Necessary changes will be made to handle deprecations, permission model updates, and runtime behavior changes introduced in Android 14 and 15.
- Extensive regression testing will be conducted to ensure compatibility across supported Android versions.
This is a mandatory compliance update to avoid Play Store submission blocks and ensure smooth functioning on future Android devices.
https://developer.android.com/google/play/requirements/target-sdk
Related issues