iOS 自动更新 [英] iOS auto updates

查看:37
本文介绍了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.

  • 在 iOS 应用中实现这样的更新是个好主意吗?
  • Apple 允许这样做吗?
  • 除了农场应用之外,您还知道其他应用吗?

我在考虑 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.

应用可能会从欧盟服务器下载 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 允许吗?

事实并非如此.您不能下载任何形式的代码或二进制文件并在设备上运行它.我会给你一些参考,但它会违反苹果和开发者之间的保密协议.请检查您与 Apple 的协议.

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 的性质,您可以使用这些文件来执行代码.因此,恕我直言,我怀疑您不会通过 App 审核.

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 文件夹中.甚至,据我所知,在运行时,documents 文件夹之外的写入也是不允许的.我的应用程序因此被拒绝.

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天全站免登陆