Change API level to 34 (Manually Compile AAB)

Yes, it is ONLY a warning
No need to panic…

Taifun

Right!
The warning says that in 5 days I will no longer be able to release updates.
How will I do it?

::::App updates will not be released (5 days from now)
App must target Android 13 (API level 33) or higher

To provide a secure user experience, Google Play requires all apps to meet the desired API level requirements.

From the 30th of Aug. 2023, if the desired API level is not within one year of the latest Android version, the app will not be able to be updated::::

APK Easy Tool 1.6 and you are using 2.6.1 for some reason indicate the necessary version to be sure of operation.

a temporary solution to extend the deadline until November has been mentioned here

Taifun

1 Like

how to fix this problem “To upload an Android App Bundle you must be enrolled in Play App Signing.”

Where to Download these sofweres?

what about doing a Google search?
btw. the wiser option would be to just wait or in case you have to update your app now, extend the deadline until November as described here

Taifun

2 Likes

Hello, help needed:
How do I get android.keystore file for ZipSigner? Thanks.

Go to Account → Preferences, at the General tab, you’ll see the Keystore section and Export keystore button.


1 Like

And me again.
I tried this with several of my apps on different laptops/notebooks and I always get when I upload the signed apk to google play store: “MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 33 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme.”
I have ZipSigner version 3.4.
Strange that no one else encountered this problem …

Now, I think I found my problem.
I tried the guide without the apk-to-aab-conversion.
I wanted to maintain my apk version and loaded them up to the play store and that causes the error messages.
Now, I converted one of my apks to aab and loaded it up and all is fine.
I will try it with my other apps.
This is a very good guide and my rescue.
Thank you very much.

try this step, it’s very easy to convert (solution), but it’s better to wait for kodular update to targetdk 33, maybe in september/october

Follow This

(post deleted by author)

1 Like

does google play accept this, has anyone tried it ?

Yes, you can do that… however there are also the behavioral changes to consider…
See also

Taifun

thank you I really needed this

What a shame, it’s time to update the API to 33. Following these steps, it only allows it to be accepted by Google Play but contains errors when converting it to the .aab format, for example the error 703


,when it could not find the MP3 file.

Friend, check your blocks, you are doing something wrong, your error has nothing to do with the topic, in fact I just updated an app with mp3 sounds and I didn’t have any problems

You are trying to play a mp3 file… starting with SDK33 you have to ask for audio permission… this is one of those behavioral changes I mentioned earlier…

therefore if you have an update for an already existing app the wiser method is to extend the deadline and to upload using the old SDK31 until Kodular provides the SDK33 update including all behavioral changes

Taifun