Reputation: 25
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
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):
Upvotes: 1
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