Table of Contents

API 34 as a Target Level for the Google Play Console

Updating Target API level

Note

API 34 has been available starting with Unity version 2021.3.42f1

Starting August 31st 2024:

  • New apps and app updates must target Android 14 (API level 34) to be submitted to Google Play. Extension date can be requested until November 1st
  • Existing apps must target Android 13 (API level 33) or higher to remain available to new users

In Unity, open Player Settings → Other Settings → Set Target API Level to 34.

Updating Google Play Plugins

Note

This information is relevant only if Google Play plugins are integrated into the Unity project

To ensure the compliance, Google Play plugins in the Unity project must be updated. Follow the steps below to update the plugins.

  1. Identify Used Plugins: Determine which Google Play plugins are currently used, such as the plugin for In-App Review popups.

Assets/GooglePlayPlugins folder in Unity project browser

  1. Download Latest Versions: Visit Google Developers Unity Packages to find and download the latest versions of these plugins.
  2. Update Plugin Packages:
    • Download the .unitypackage files for each plugin.
    • Open your Unity project and import these packages.
    • Unity will automatically update the existing plugin versions.
  3. Review Compatibility:
    • Ensure that the updated plugins are compatible with your current Unity version and other plugins in use.
  4. Test Your Game:
    • Build a new version of your game with the updated plugins targeting Android 14 (API level 34).
    • Test thoroughly on Android 14 (or higher) devices to verify compatibility and functionality.
  5. Publish the Update:
    • Once testing is complete and everything works as expected, create a new build of your game.
    • Upload this new build to the Google Play Console.