I have submitted several versions of my app to the Google Play and I noticed a bug in the most recent version. However, all previous version still appear and marked Unpublished
in the APK
section.I am trying to un-publish version 2.1
and use the version 2.0
.
Here are the steps I took:
- I went to the APK section
- I switched to the advanced mode
- Then on version
2.0
I clickedMove to Prod
- Then on version
2.1
I clickedDeactivate
I then get this error message : (version 7 is 2.1 and version 6 is 2.0)
This configuration cannot be published for the following reason(s):
It is forbidden to downgrade devices which previously matched version 7
to version 6, which would occur when
API levels in range 16+ and
Screen layouts containing any of [small, normal, large, xlarge]
and Features containing all of [android.hardware.screen.PORTRAIT,
android.hardware.TOUCHSCREEN].
When comparing the APK for both versions, the configuration is exactly the same:
-------------------------------------------------------
Details | Version 2.0 | Version 2.1 |
-------------------------------------------------------
API levels | 16+ | 16+ |
-------------------------------------------------------
Screen lay. | 4 screen (s/n/l/xl)| 4 screen (s/n/l/xl)|
-------------------------------------------------------
Features | same for both | same |
-------------------------------------------------------
so the error message is not very informative in this case. Is this the correct method to go back and activate an older APK version? if yes, what is the problem here?