Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
dan-gx's avatar
dan-gx
Explorer
4 years ago

Oculus Platform Utility rollback

If there is a major error discovered in our Release channel app, we need to be able to quickly roll back to an older working build with ovr-platform-util.exe

To do this we're looking for a way around errors like:

 

"ERROR: You are trying to add an APK with version code 66 to a release channel, but the previous APK on this channel has version code 80. The version code must be higher than the previous version code."

"An APK has already been uploaded with version code 66. Please update the application manifest's version code to 81 or higher and try again."

 

Currently we have to completely re-build an older version of our app with a higher version code. That can take hours.

 

A couple possible solutions:

  • Determine latest build by upload order instead of version code.
  • a cli to list builds and a cli to delete builds. This might be enough for me to write a script that deletes builds with version code >66 when rolling back from 81 to 66.

 

No RepliesBe the first to reply