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.