I'm developing some apps where the clients wants to implement design changes, adding new content fields etc after the app has been delivered. Also at the moment the apps are done through RhoMobile but I'm planning to switch away to Cordova.
So far I'm just doing it all as it comes along and then sending it off to be approved by the powers that be. But for relatively small changes coming from the clients and then waiting for the app to get approved again… Sure, this is also a management issue when they don't think things through enough, but I'm just trying to see if there's a way of offsetting that. :)
For example I just got asked to add an overview page for memberships in the app. I already have a page defined in the shipped app for the membership page, so adding the extra data wouldn't be so hard if I could just update the javascript that is running on the phone already.
- Am I allowed to do this according to Apples policies?
- Are there any pre-built frameworks for handling this problem, or am I destined to look at it myself? :)
- Are there other alternatives that I'm not thinking of?