是否允许将 javascript 代码下载到 iPhone
我有一个混合应用程序,它基本上是一个从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从应用程序开发者协议的新文本中,关于下载可执行代码:
这包括 javascript 和混合应用程序,所以你应该没问题。
不过,考虑到所有这些,您为什么不让您的应用程序利用 iPhone Web 应用程序的功能呢?您仍然可以在主屏幕上看到一个图标,并摆脱浏览器镶边,而无需让 Apple 批准您的应用程序。
From the new text of of the application developer agreement, regarding downloading executable code:
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.