iOS 应用被苹果应用商店拒绝,因为 UIWebview

标签 ios iphone uiwebview review

从 Apple 获取 App 拒绝原因:

Upon further review, we noticed that your app only includes links, images, or content aggregated from the Internet with limited or no native iOS functionality. We understand that this content may be curated from the web specifically for your users, but since it does not sufficiently differ from a mobile web browsing experience, it is not appropriate for the App Store.

基本上,我们也在使用 UIWebview 和 safari。对于展示内容,我们使用 UIWebview。单击横幅,我们将在 safari 中打开一个链接。我已经给出了类似的解释

We have one admin panel from where we are adding this detail. But based on our requirement we need to redirect a user to specific link or show content. and for make things easy we have used HTML content. But we have used web view in detail page only. Rest of the screen have Native iOS functionality.

So basically we are not fetching website data. we are showing our own backend panel detail in the application.

但他们仍然拒绝了该应用。

最佳答案

我的应用程序遇到了同样的困境(它从我公司的网站上获取图片和文本等内容,并以 native 方式显示)。需要说明的是,除了“视频”选项卡(见下文)之外,我没有使用任何 WebView 来显示内容。

我想分享我到目前为止所做的一切,让它更“本土化”,这样你就不会浪费你的时间了。顺便说一下,我的应用程序是带标签的(研究、博客文章、事件、视频、书签)。

  • 添加了带有书签的离线阅读功能以阅读博客文章和研究摘要
  • 添加了 SpeechSynthesizer,以便向用户阅读报告
  • 添加了新内容发布时的推送通知
  • 删除了 UIWebViews 并替换为 Safari 服务(不过我正在使用 WKWebView 将视频嵌入到 UITableView 中)

不幸的是,这些都没有用。

关于iOS 应用被苹果应用商店拒绝,因为 UIWebview,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43177596/

相关文章:

ios - 当 App 退出并重新启动时,NSManagedObjectContext 不会保存

ios - 无法识别的选择器,即使选择器已正确命名

iphone - UIImage imageNamed : does not find image within blue referenced Xcode-folder

ios - 在 Parse 中使用 "or"进行全文查询

iphone - UITableViewCell 中的 UITextField

iphone - NIslamicCalendar 和 NIslamicCivilCalendar

iphone - 仅在选择第二个单元格后调用的 TableView 委托(delegate)方法

jquery - 删除 :active state of dom element in an UIWebView on an iPad

ios - 未调用 dealloc 进行控制

ios - 覆盖 UIWebView 用户代理 - 但不适用于 Facebook SDK