Apple 是否接受带有使用 UIWebView 的嵌入式浏览器的应用程序?
您能否告诉我,Apple 是否接受打开嵌入式浏览器且大多数功能都位于互联网上的 Web 应用程序上的应用程序?
我读过对此的相互矛盾的意见,我什至看到几个应用程序似乎使用嵌入式浏览器来实现应用程序的主要功能。我仍然无法证实这一点。
这样我们就可以纠正服务器上应用程序功能的问题,而无需提交应用程序的另一个版本,同时保持通过应用程序商店和主屏幕快捷方式发布的便捷性。
谢谢!
Can you tell me if Apple accepts an application that opens an embedded browser with most of the functionality living on a web application on the internet?
I have read contradicting opinions on this, and I have even seen several apps that seem to use an embedded browser for the main functionality of the app. Still I couldn't confirm this.
This way we could correct problems on the application functionality on the server with no need to submit another version of the app, while keeping the ease of release through the app store and the home screen shortcut.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我无法从指南中获得确切的引用,但我知道 Cordova 应用程序是允许的,并且动态更新 Web 文件而不通过新的本机应用程序版本也是允许的,只要:
* 更新后的代码与 Safari Webkit 引擎一起运行(适用于 Cordova)
* 应用程序的主要功能没有改变
I can't get the exact quote from the guidelines, but I know that Cordova apps are allowed, and updating the web files dynamically without going through a new native app version is also allowed, as long as:
* The updated code runs with the Safari Webkit engine (true for Cordova)
* The main functionality of the app is not changed
您说这是一个坏主意,因为用户可以在主屏幕上保存书签。在我看来,这并不是一个坏主意的理由。如果这是唯一的缺点那么我会说继续做吧。如果有人想为我的网站添加书签,我为什么要关心?无论如何,该应用程序在应用程序之外都无法很好地运行。如果你有一个实际的逻辑原因来解释为什么这是一个坏主意,而不是一些情绪反应,那么请提出来。
我也在我的应用程序中这样做。我的印象是,只要您指向一个安全的网站,那就应该没问题。请赐教:苹果强迫人们以艰难的方式开发应用程序有什么充分的理由吗? Web 应用程序已经足够困难了,无需处理一些向您强加荒谬规则的单一组织。
You say this is a bad idea because the user can save a bookmark on their home screen. This doesn't seem to me like a reason for something being a bad idea to me. If this is the only drawback then I would say go ahead and do it. Why should I care if someone wants to bookmark to my site? The app will not work very well outside the app anyway. If you have an actual logical reason why this is a bad idea instead of some emotional response then please bring it up.
I am doing this too in my application. I am under the impression that as long as you are pointing to a secure site then it should be okay. Please enlighten me: is there some good reason why Apple forces people to develop applications the hard way? A web application is hard enough without having to deal with some monolithic organisation imposing ridiculous rules on you.