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

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

问题描述

iTunes Connect的最新政策更改意味着,任何提供无限制"访问Internet(通过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,而围绕它的最佳方法是将其限制为可以执行的操作.您是否需要使用户能够广泛访问Web或仅访问您的站点?我只是做了一个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的要求,但无限制的方式是,通过在URL栏或搜索框中放置Google来赋予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天全站免登陆