Google Play app update - can't publish a new apk

有些话、适合烂在心里 提交于 2019-12-19 00:56:10

问题


I am getting the following error when trying to publish a new APK in Google Play:

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 2645 (target SDK 23) to version 2648 (target SDK 11).

I previously published only on Beta channel an APK with a target SDK of 23 in the manifest, just for testing. I assume this is what causing the issue.

Does this mean I can't ever publish another APK with my regular manifest, which has a lower target SDK?

Did anyone encounter this and know of a way around it?


回答1:


i want to show you something. hope you understand!




回答2:


I've hit the same thing. I'm stuck on Marshmallow because I upgraded my target SDK in Beta.

One would think that you can back out as far as you want on a beta or alpha channel as long as it has not been published to production. That is the way it would work in the real world.

You only have a hind-site workaround.

The workaround is to not to develop for Marshmallow in Beta on your production app. Create a new application in Google Play and develop there until it is ready. This will also let you update the production code if a bug fix comes up before your marshmallow release.



来源:https://stackoverflow.com/questions/35300946/google-play-app-update-cant-publish-a-new-apk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!