限制(年龄保护) UIWebView 以避免 17+ 用户评级 [英] Restricting (Age-Protecting) a UIWebView to avoid 17+ user rating

查看:20
本文介绍了限制(年龄保护) UIWebView 以避免 17+ 用户评级的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近 iTunes Connect 的政策变化意味着任何提供不受限制"访问互联网(通过 UIWebView)的应用程序都必须具有 17+ 评级.

Recent policy changes with iTunes Connect mean that any application which gives "unrestricted" access to the internet (via UIWebView) must have a 17+ rating.

我的应用中有这样一个功能,但它是一个非常不重​​要的功能.我没有将它们全部删除,而是想知道是否有办法对这些功能进行年龄保护,以避免需要 17+ 评级.

I have such a feature in my app, but it is a very non-critical feature. Rather than removing it all together, I wondered if there is a way to have an age protection around these features to avoid needing the 17+ rating.

例如:我可以要求登录 Facebook 并检查用户的年龄吗?

For example: could I require Facebook login and check the user's age?

有人用这样的技术成功过吗?

Has anybody had success with techniques like this?

推荐答案

我之前不得不在应用程序中使用 UIWebView,而最好的解决方法是将其限制为可以执行的操作.您需要为用户提供广泛的网络访问权限还是仅提供您的站点访问权限?我只是制作了一个 10 分钟的移动端口并映射了它,因此没有外部站点访问.

I've had to use UIWebView in an app before and the best way around it is to restrict it to what it can do. Do you need to give the users wide access to the web or just your site? I simply made a little 10 minute mobile port and mapped it so there was no external site access.

我怀疑 Facebook 登录是否能让 Apple 满意,但无限制意味着通过向 Google 放置 URL 栏或搜索框,让 UIWebView 可以完全访问网络.

I doubt a Facebook login would satisfy Apple but unrestricted means giving the UIWebView full access to the web by putting in a URL bar or a search box to Google.

这篇关于限制(年龄保护) UIWebView 以避免 17+ 用户评级的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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