roll back an app

Hey all,


Ran into a bit of a problem:
It appears that somewhere between testing and deployment, the behavior on an underlying library we are using on our application changed; we'd built the app logic around one set of behavior of the library - and that worked smoothly - but under the new library behavior the app logic causes it to fail badly.


What I'd like to do is just roll back the app to the prior version. That's the quick fix to give us a bit of time to update the app to the new logic (which we can do in about an hour or so, but the approval process takes a while).


Does anyone know how I would go about rolling it back without deploying a fully new version that requires approval?


Thanks,

Replies

The store doesn't offer that feature. You have to submit a new binary with a higher version number and go through review again. It can contain all the same code as some old version, but the version number must be different.

  • Is this still the case? If so, does anyone know why?

Add a Comment