What does Unrestricted Web Access mean in iTunes Connect

后端 未结 5 583
孤街浪徒
孤街浪徒 2021-01-30 03:00

When you are submitting your app to Apple app store, there is a section named "Rating" where you should rate your content based on the chart and identify how frequentl

相关标签:
5条回答
  • 2021-01-30 03:30

    It means that a user of the app can access any URL. The issue is parental controls. If the parent has restricted web access an app that allows unlimited access, that is access to any site the user chooses then the parental controls are subverted.

    Once Apple provided parental controls that caused a ripple effect on the capabilities of apps and also required Apple to review all apps for parental control violations. It also means that alternate app stores could not be allowed, they could contain apps that did not properly honor parental controls. Hence:"The Walled Garden."

    0 讨论(0)
  • 2021-01-30 03:32

    If you provide an internal web browser or UIWebView which allows to the user access to any URL you have to select YES or your app will be Metadata Rejected.

    0 讨论(0)
  • 2021-01-30 03:33

    I think if you use default WebView control it is ok and you don't need to set Unrestricted web access to YES. My app has defaut WebView control with dynamic address bar and if i turn ON restrictions (limited websites access) embedded default WebView control does not display restricted content. It behaves the same as Safari app. So i would say you only need to set this to YES if your app has third party WebView control which can not be controlled by Apple.

    TO CORRECT MY OWN ANSWER: sorry, but not true. If your app uses any kind of WebView (default or third party) with option to access any website you have to set Unrestricted Web Access to Yes otherwise your app will be Metadata Rejected. It just happend with my apps!

    0 讨论(0)
  • 2021-01-30 03:35

    Hope, You have got your answer. Let me ADD some more specific question, I think it will help.

    QUESTIONS :

    • Does a link that opens in an external browser (like iOS Safari) constitute "Unrestricted Web Access?"
    • Does an embedded browser in an app without a URL bar constitute "Unrestricted Web Access?"

    ANSWER :

    • If your app uses the embedded browser (which does not display a URL bar) and the link does not reference objectionable content, then you should not need to label it "Unrestricted Web Access."
    • If your app calls up an external web browser (like iOS Safari) and the link does not reference objectionable content, then you should not need to label it "Unrestricted Web Access."

    Apple has not specifically addressed these questions and leaves it to the review process to determine whether the rating is correct. Through my own investigation, I have observed the above.

    0 讨论(0)
  • 2021-01-30 03:42

    My app just got rejected because it has a link to the corresponding article on wikipedia. My guess is that because wikipedia allows you to search for other articles on wikipedia then it is considered "Unrestricted Web Access" and resulting 17+ app rating.

    Kind of extreme in my opinion.

    0 讨论(0)
提交回复
热议问题