14

I need to roll back my app to the last version. Is it possible?

I cant not creat a apk from the previous version, cause I dont have the source anymore.

Rolf ツ
  • 8,611
  • 6
  • 47
  • 72
Learning Xamarin
  • 547
  • 3
  • 11
  • 25

1 Answers1

-1

Try to click "Switch to Advanced Mode"

enter image description here

and then click to "Move Prod"

enter image description here

Good Luck

alberto basoli
  • 286
  • 2
  • 9
  • 1
    This doesn't work for me and Google Play gives me an error that this is an invalid choice. – bluebamboo Jan 21 '16 at 08:23
  • 5
    if do you have change a Api level support in new version of app, you don't rollback the apk, the only way is: 1: Rebuild project in its previous state with higher version number (must be higher than all previously submitted versions) 2 : Resubmit – alberto basoli Jan 21 '16 at 10:32
  • 28
    This answer is out of date – Mark O'Sullivan Nov 08 '17 at 11:34
  • Not possible for now. Explanation here https://stackoverflow.com/a/48192077/619673 or here http://www.androiddocs.com/distribute/googleplay/developer-console.html and search for **Staged Rollouts** – deadfish Dec 04 '18 at 11:26
  • Please consider getting the question right.. The answer is not relevant – Shangeeth Sivan Dec 10 '18 at 07:42