I want to be able to add additional classes to my iPhone app without having to go through the 7 day update process. It is like Consume by Bjango where they can update the providers and fix urgent issues without going through Apple’s process.
The code I need to upload needs to be its own class. This way I can add additional services (like Consume adding a provider).
How would I be able to go about this?
An alternative if I cannot do this is to have to add the classes manually in updates, and then update the code within those classes.
It is not possible to update your code without going through the apple approval process, otherwise you could completely change the way your app works without apple seeing it.
The way apps like consume work is that all the providers are stored in a file on the web that they can make updates to and then the app can download it. This file of course doesn’t have any code in it, it is just data.