是否允许将 javascript 代码下载到 iPhone

发布于 2024-09-18 14:08:57 字数 300 浏览 9 评论 0原文

我有一个混合应用程序,它基本上是一个从 UIWebview 内的应用程序文件夹运行的网站。

问题是我计划通过从互联网下载整个网站然后替换旧网站来更新我的网站。

今天我发现苹果现在提供了App Store审核指南,其中有以下规则:

2.7 以任何方式或形式下载代码的应用都会被拒绝

2.8 安装或启动其他可执行代码的应用将被拒绝

因为我的网站有 html、css 和 javascript,这是否意味着我的应用程序将被拒绝或者是否有机会被接受吗? 您对此有何看法?

I have an hybrid application, it's basically a website running from the application folder inside a UIWebview.

The problem is that I was planning to update my website by downloading the whole website from internet and then replacing the old website.

Today I found that Apple now provides the App Store Review Guidelines and among others there are the following rules:

2.7 Apps that download code in any way or form will be rejected

2.8 Apps that install or launch other executable code will be rejected

Because my site has html, css and javascript, does that mean that my app will be rejected or is there any chance to be accepted?
What are your thoughts on that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深府石板幽径 2024-09-25 14:08:57

从应用程序开发者协议的新文本中,关于下载可执行代码:

上述唯一的例外是由 Apple 内置 WebKit 框架下载和运行的脚本和代码。

这包括 javascript 和混合应用程序,所以你应该没问题。

不过,考虑到所有这些,您为什么不让您的应用程序利用 iPhone Web 应用程序的功能呢?您仍然可以在主屏幕上看到一个图标,并摆脱浏览器镶边,而无需让 Apple 批准您的应用程序。

From the new text of of the application developer agreement, regarding downloading executable code:

The only exception to the foregoing is scripts and code downloaded and run by Apple's built-in WebKit framework.

This includes javascript and hybrid applications, so you should be fine.

Although, taking all of this into account, why didn't you just allow your app to take advantage of the iPhone webapp stuff? You still get an icon on the home screen, and get rid of the browser chrome without having to get Apple to approve your app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文