Alex B
Alex B

Reputation: 25

How to downgrade api in Google play?

I have an app in the play store, which TargetSdkVersion is 23, but now I need to downgrade it to 22.

I get an error while uploading the new Sdk in Google console developer because I cant downgrade from 23 to 22, is there any way to do that? Or something like removing the app to upload a new one with same name?

Upvotes: 2

Views: 2190

Answers (2)

Alegra Yes
Alegra Yes

Reputation: 11

Based on selmaohneh's answer. However, I would like to share the full tweak for this sad Android M permissions issue. The steps as it worked for me (Alegra Yes):

  1. Unpublish the application
  2. Change the name of that unpublished app in the application Store Listing tab - beware that you must be signed in as a developer with full permissions for the specific application, or the developer account owner in Google Play, to be capable to edit such things.
  3. Now comes the tricky part, as written above, you need to change the package name all over the application.
  4. Publish it as a new application, but with the same name.

Upvotes: 1

user5779175
user5779175

Reputation:

You can remove the app from the Play Store and upload it again with the same name but the package name has to be different.

You can unpublish the old app in the developer console.

If your app already has some users they will still be able to use the old app, if they bought the app (e.g. if it's not for free) they will even be able to reinstall the old app in future.

A simple downgrade is not possible.

Upvotes: 1

Related Questions