应用因 UIWebview 被 App Store 拒绝 [英] App was rejected from App Store because of UIWebview

查看:28
本文介绍了应用因 UIWebview 被 App Store 拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我从他们那里得到的信息:

This is the message I got from them:

我们发现您的应用提供的体验不够不同于网页浏览体验,因为它会通过结合原生 iOS 功能.

We found that the experience your app provides is not sufficiently different from a web browsing experience, as it would be by incorporating native iOS functionality.

虽然您的应用内容可能与您的网站或其他现有的网站,它提供的体验与使用 Safari 的一般体验,按照 App Store 的要求审核指南.

While your app content may differ from your web site or other existing sites, the experience it provides does not differ significantly from the general experience of using Safari, as required by the App Store Review Guidelines.

您可能希望提供对网络资产的便捷访问选择或细分用户群 - 并且可以通过推送通知等功能.但是,此类应用程序不包括足够的原生 iOS 功能适用于 App Store.作为替代方案,您可能希望向您的用户提供说明关于如何创建 Safari 网络剪辑以添加到他们的 iOS 设备主页屏幕.或者,如果您想与选定的一组共享应用程序用户,我们推荐 Ad Hoc 分发方式.见iOS有关 Ad Hoc 分发的详细信息的配置门户.

You may wish to provide convenient access to a web property for a select or niche group of users - and may enhance that experience with features such as Push Notifications. However, such apps do not include enough native iOS functionality to be appropriate for the App Store. As an alternative, you may wish to provide instructions to your users on how to create a Safari web clip to add to their iOS device Home Screen. Or, if you would like to share the app with a select group of users, we recommend the Ad Hoc distribution method. See the iOS Provisioning Portal for details on Ad Hoc Distribution.

我们鼓励您检查您的应用概念并评估您是否可以合并其他功能以增强用户体验.

We encourage you to review your app concept and evaluate whether you can incorporate additional features to enhance the user experience.

有人遇到过类似的吗?哪些类型的原生 iOS 功能可以工作,您如何实现它们?我是应用商店的新手,所以我不知道仅仅通过添加他们所说的关于提供有关用户如何创建 safari 网页剪辑的说明的内容,是否能让我的应用获得批准.另外,是否可以将说明写在弹出消息中?
任何建议将不胜感激.谢谢.

Has anyone gotten something similar? What types of native iOS functionality would work and how do you implement them? I'm new to the app store so I don't know if just by adding what they say about providing instructions on how users can create safari web clipping will get my app approved. Also, if the instructions can just be written in a pop up message?
Any advice will be greatly appreciated. Thank you.

更新我明白你们在说什么,让我更好地描述我在做什么,也许这样你可以帮助我.

Update I see what you guys are saying, let me better describe what I'm doing and maybe that way you can help me.

我的应用程序是一个广播应用程序,我可以在其中收听我最喜欢的广播电台并同时阅读新闻,而无需离开应用程序(来自网络视图的新闻).

My app is a radio app where I can listen to my favorite radio station and read the news at the same time with out leaving the app (news from a web view).

推荐答案

从那条消息(而且由于您根本没有给出应用程序的描述),您似乎刚刚制作了一个封装了 UIWebView 的应用程序加载特定页面,因为您可以通过 Safari 加载,因此它们会拒绝此类应用.

From that message (and since you didn't give a description of the app at all), it seems like you just made an app that encapsulated an UIWebView to load an specific page, since you can do that via Safari, they reject apps like that.

您可以:

  • 使应用程序从 Web 服务器获取数据,但是,使用本机控件(使用 UITableViews、UIButtons、UIImages 等)显示它.这将需要相当多的工作.

  • Make the app fetch the data from the web server, BUT, display it with native controls (with UITableViews, UIButtons, UIImages, etc). This would require quite a bit amount of work.

放下应用程序,并在您的网站上告诉用户,他们可以将该网站作为网络剪辑添加到他们的手机上.

Drop the app and tell the users, on your site, that they can add that website as a web clip on their phones.

这篇关于应用因 UIWebview 被 App Store 拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆