Reputation: 54939
Apple doesn't allow remote code, but I've heard many people say that hybrid apps can be quickly updated without going through apple approval. How is this done? How much "remote code" is acceptable for apple?
My stack is phonegap and angularjs.
Upvotes: 0
Views: 258
Reputation: 2372
To the best of my knowledge, the following is roughly how Apple seems to see it:
The extreme example, of course, would be to develop a Calculator app, and then via a code update (routed around Apple's review process) change the app to a Minecraft clone. Obvious problems, there, right? There are plenty of avenues here for abuse (intentional or not).
To be honest, although your update probably wouldn't change the behavior of your app completely, it is risky in order to perform these kinds of updates. Given that Apple can't watch every app with an eagle eye, you'd probably squeak through. But is it worth the chance that you won't? Only you can answer that.
Upvotes: 1
Reputation: 755
This can be done using HTML5's cache manifest. No issues on iOS submission/terms from what I have experienced. Really need to evaluate your use case though, as UX can suffer.
Upvotes: 1