Hi!
I have an application on play store that i built with a previous version of unity, that used aPI level 23 (marshmallow) as a target sdk version. Now i want to release a newer version of it with unity 5.4, but i cannot upload the SDK because unity is now back to using target sdk version 22 (Lollipop), and the play store wont let me update
Unity does not have a setting to control the target sdk version (there is a setting for the minimum supported api, but that's not the same). So what do i have to do to publish my app on the play store?
The play store displays this error message:
"It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style permissions (target SDK 22 and below). This occurs in the change from version 2 (target SDK 23) to version 3 (target SDK 22)."
↧