Errors in Reverting to Previous version at PlayStore

五迷三道 提交于 2019-12-13 18:29:31

问题


I accidentally uploaded a newer version of my app at Google Play Store. And now i want to revert my application, I unpublished the previous version of my application and now m trying to activate the previous one but m getting the following errors:

This configuration cannot be published for the following reason(s):
It is forbidden to downgrade devices which previously matched version 9 to version 8, which would occur when
API levels in range 15+ and
Screen layouts containing any of [small, normal, large, xlarge] and
Features containing all of [android.hardware.CAMERA, android.hardware.camera.AUTOFOCUS, android.hardware.screen.PORTRAIT, android.hardware.TELEPHONY, android.hardware.TOUCHSCREEN].

Can anybody guide me how can i get rid of these errors. It Emergency...


回答1:


Once you hit publish (whether staged rollout or not), you cannot downgrade to a prior version - only upgrades (i.e., from lower version code to higher version code) are allowed.

You can publish the old version of your application with an updated version code that is higher than the build you accidentally pushed - that will replace everyone's version with the old version.



来源:https://stackoverflow.com/questions/26787578/errors-in-reverting-to-previous-version-at-playstore

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