ios - What does Unrestricted Web Access mean in iTunes Connect -


when submitting app apple app store, there section named "rating" should rate content based on chart , identify how content appears.

there 1 option called "unrestricted web access" there no further details available on internet nor itunes connect developer guide. can find every is:

select yes if app allows users navigate , view web pages, such embedded browser.

what mean? mean app can open links in embedded or safari browser? or mean app features browser users can enter urls , navigate through web unrestricted? because saying yes question make app 17+!

enter image description here enter image description here

if means opening links app (safari or embedded), how come other apps have embedded browser capability have 4+ rating (like twitter , facebook)? can seen in screenshots, there no way select 1 , not rated 17+

enter image description here enter image description here

update: app approved embedded webview (towebviewcontroller) answer "no" (4+). answer mentions, anyway let users navigate through internet such dynamic address bar means should "yes" (17+) because not possible parental control on webview.

update2: since release of ios 9 apple has introduced sfsafariviewcontroller way of opening urls in internet. feature has address bar read-only. users can't surf web without parental control. inherits content blocking safari (ads, explicit content, etc.). highly positive using sfsafariviewcontroller in ios 9 or above still can choose 4+ device parental control can't open urls anyway. (let me know if wrong)

it means user of app can access url. issue parental controls. if parent has restricted web access app allows unlimited access, access site user chooses parental controls subverted.

once apple provided parental controls caused ripple effect on capabilities of apps , required apple review apps parental control violations. means alternate app stores not allowed, contain apps did not honor parental controls. hence:"the walled garden."


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -