Google play error: To release an update to your app, update the target API level by August 31, 2024

The target API level is required to be updated by August 31, 2024 in order to release updates for your app. Languages ​​Jul 4, 2024 17:24 We’ve determined that your app is targeting an older version of Android. To provide a safe experience for users, Google Play requires that all apps meet the requirements of the target API level. As of August 31, 2024, if your app doesn’t target an API level released within one year of the latest Android version, you won’t be able to update your app. i need help how i can do this i donot know about java

3 Likes

If you weren’t paying attention, there is a topic set at the beginning that refers to that.

1 Like

Please update in app billing component also
And what us the expectation date???

1 Like

this method works as a charm for API 34. I updated apk and then make aab from the phone and update my app.

5 Likes

Hey please update the builder fast we cant wait more. Please at least provide any expectation date please

3 Likes

2 posts were split to a new topic: App rejected because of issues in app experience

what Google said here Meet Google Play's target API level requirement  |  Android Developers

So let me quote the most important parts from that link

Starting August 31 2024:

  • New apps and app updates must target Android 14 (API level 34) or higher to be submitted to Google Play

And

You will be able to request an extension to November 1, 2024 if you need more time to update your app. You’ll be able to access your app’s extension forms in Play Console later this year.

Today is July 17th.
So if you get an error and you are not able to proceed, ask Google what is going on and ask them to follow their own rules they defined there

Taifun

5 Likes

When will come the api 34 update

2 Likes

They told me on the discord channel that they are working on it :wink:

2 Likes

An extension can be requested in the Google Play console until November 1 and they grant it to you without problems.

2 Likes

8 posts were split to a new topic: Fatal Exception: java.lang.SecurityException One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified

any update about sdk 34?

3 Likes

You can request additional time until kodular update the SDK

Do this for all your apps, one by one

4 Likes

Update third party SDK policy

2 Likes

What’s date of release api level 34 update in koduler

4 Likes

A post was merged into an existing topic: Fatal Exception: java.lang.SecurityException One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified

When will be released new update no one is talking abouth the update. Should we move to the other builder please at least give sny expectation date.

2 Likes

I know there’s no official update from Kodular or App Inventor for API 34. My tool, DevzStore, can enable API 34 with just one click. Yes, there’s a charge its because of server and automation task i do that make it one click solution, but many users have already published their apps successfully.

Try it out if you’re tired of waiting.
visit my website - https://devzstoreapp.nikzdevz.in/
visit communtiy post - API 34 tool : Devzstore

2 Likes

Are you only changing things in the manifest?

2 Likes

No, Not only manifest,
First I Decompile apk
then i do changes in manifest
recompile with android latest jar using apktool
then sign apk and zipalign it.

it all done automatically in series.

even user can directly generate signed aab with api34

4 Likes