加载远程应用程序会导致App Store拒绝吗?
我有一个使用 JQtouch 的应用程序,希望它出现在 App Store 上。
如果所有功能都是远程完成(在 UIWebView 中加载)并且我不提供离线功能,我的应用程序是否会被 App Store 拒绝?
谢谢。
I have an application using JQtouch and would like it to be on the App Store.
Will my application get rejected from the App Store if all the functionality is done remotely (loading in UIWebView) and I provide no offline functionality?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
来自 Apple 应用审批指南:
基本上,如果您的应用程序没有为查看网站的体验添加任何内容,那么您可能会被拒绝。
From the Apple App Approval Guidelines:
Basically if your app does not add anything to the experience of viewing the website, then you may get rejected.
我已经在应用程序商店中批准了一些应用程序,这些应用程序只是指向 JQTouch 应用程序的 Web 视图。但是,我从应用程序中包含的本地文件加载了 .html。我相信应用程序审批指南第 12.3 节中的无“网页剪报”条款仅适用于完整网站的剪报。在本地应用程序中嵌入移动网络应用程序可能会被接受。
I have had apps approved in the app store that were just a web view pointed on a JQTouch application. However, I loaded the .html from a local file included in the app. I believe the no "web clippings" clause of section 12.3 in the App Approval guidelines is only meant for clippings of full web sites. Embedding a mobile web application in a local app will likely get accepted.
我认为这不应该是一个问题。苹果的评论者可能是这个星球上最善变的人,但我可以想到几个基于 UIWebView 的应用程序,并且它们提供很少或根本不提供离线功能。
I don't think this should be a problem. Apple reviewers are probably the most fickle people on the planet, but I can think of several apps that are UIWebView based, and which provide little or no offline functionality.