I
I
i__egor2020-08-09 19:21:15
Unity
i__egor, 2020-08-09 19:21:15

How to fix error when uploading aab build for internal testing?

Unity game.
The Google Play console writes:
The target API level for your application is 28. To ensure the necessary performance and security, the target API level must be at least 29. Set the target API level for your application to at least 29.
The unit generally has 4.1 (API level 16)
5f3021f421819140787996.png
That is, if I choose api level 29, then this is version 10 of android and the game will not work on previous versions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2020-08-09
@i__egor

Google stopped taking new applications below 29. In November, it will refuse to update existing ones.
You are not changing that field. Target API requirement.
Will work below. But the devil is in the details.
For example, I have enough places in the program where I explicitly have to take into account the version of android on the device.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question