We are online service with a server, web app, and iPhone app. We are going to migrate to new APIs on our server. The problem we face is how to embed Apple review into migration process.
Without Apple review we would do it this way:
We keep both old APIs and new APIs on the server. Old APIs are needed to work with those users who would not download the latest iPhone app.
However, Apple review ruins this process. We need to provide Apple with access to a demo account. It means that step 4 above is delayed for the time of review ( a week or more). It means that users will get web app with new functionality but actually, couldn’t use it as soon as Apple approve iPhone app.
Please advise how do you deal with such case?
You could do it this way:
The problem here is how you may deal with older iPhone app versions. I understand this is your first release. You should somehow be able to activate a "maintenance mode" for your iPhone app and a versioning system for that too.
I hope this helps.