IOS Auto Update

It takes 10 days to send the update and wait for it to be verified. One of my farm games that I installed on my iPad shows "downloading updates" when I launch it.

  • Can I implement updates in the iOS application?
  • Is Apple Allowed?
  • Do you know that applications do this other than farm applications?

I am thinking of PhoneGap. I could download a new version of phonegap, extract it and run.

That way, I will add functions directly in the dialog mode or even push different functions to different clients. It is also a way to overcome the limitations of encryption.

It is currently unclear whether HTML code should be installed, which has a https link, resources for export from the USA.

An application can download HTML / JS code from an EU server to overcome US export restrictions.

+5
source share
3 answers

Is it good to implement updates in the iOS app?

That would be a good idea, but it is forbidden. However, you can download some content that is not actually executable.

Is Apple Allowed?

This is not true. You cannot download any form of code or binary information and run it on devices. I would give you some links, but that would break the NDA between Apple and the developers. Check your agreement with Apple.

Did you know that applications do this other than farm applications?

They download content, but are not sure about binaries that add functionality.

Phonegap HTML/JS, . - Phonegap . , IMHO, , .

, www. , documents . - .

+6

, , API , ?

iOS

1.1. API , , , (, , , ). API , , .

+3

It was a late answer, and the term "You cannot download any form of code or binary code and run it on devices" also confused me, but it turns out that my application passed several times without a single failure. And it's not even a PhoneGap application, it's just an online web application with a standalone cache.

0
source

All Articles