iOS自动更新 [英] iOS auto updates

查看:240
本文介绍了iOS自动更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

提交更新需要10天的时间,等待审核。
我在iPad上安装的一个农场游戏在我运行时显示下载更新。

It takes 10 days to submit update and wait it to be reviewed. One of my farm games I that I installed on iPad shows "downloading updates" when I run it.



  • 是否允许Apple?

  • 你知道除了农场应用程序之外的应用程序吗? li>
  • Is it good idea to implement updates in iOS app like that?
  • Is it permitted by Apple?
  • Do you know apps doing that except farm apps?

我在想PhoneGap。我可以下载新版本的phonegap解压缩并运行。

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

所以我将直接添加功能,甚至推送不同的功能到不同的客户端。
它也是一种克服加密限制的方法。

So I will add features directly dially or even push different functionality to different clients. It is also a way to overcome encryption restrictions.

现在还不清楚是否具有https链接,资源的HTML代码必须通过认证才能导出来自美国。

Right now it is not clear if HTML code that has https link, recourses has to be certified for export from US.

应用程序可以从EU服务器下载HTML / JS代码,以克服美国出口限制。

App may download HTML/JS code from EU server to overcome US export restrictions.

推荐答案


在iOS应用中实现更新是否是好主意?

Is it good idea to implement updates in iOS app like that?

肯定是一个好主意,但它是被禁止的。

It would be certainly a good idea, but it is forbidden. However, you can download some content which is not actually an executable.


这是Apple允许的吗?

Is it permitted by Apple?

它不是。您不能下载任何形式的代码或二进制文件,并在设备上运行它。我会给你一些参考,但它会违反苹果和开发商之间的NDA。

It is not. You cannot download any form of code or binary and run it on devices. I would give you some reference but it would violate NDA between Apple and Developers. Please check your agreement with Apple.


您知道除了农场应用程式以外的应用程式吗?

Do you know apps doing that except farm apps?

他们下载内容,但不确定添加功能的二进制文件。

They download content, but not sure about the binaries which add functionality.

在使用Phonegap的情况下,下载HTML / JS文件,这不意味着可执行文件。但是由于PhoneGap的性质,你可以使用这些文件来执行代码。因此,我怀疑你不会通过应用程序审查。

In the scenario of using Phonegap, you can download HTML/JS files which are not meant to be executables. But due the nature of Phonegap, you can use those files to execute code. Therefore, IMHO, I suspect that you will not pass the App review.

此外,您还需要将这些文件下载到 www 文件夹中。即使是,据我所知,在运行时,文件文件夹之外,书写是不允许的。我有我的应用程式因为这个原因被拒绝。

Additionally you will need to download those files into your www folder. Even, writing outside of documents folder in run time is not allowed, as far as I know. I have my app rejected just because of this.

这篇关于iOS自动更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆