Recent policy changes with iTunes Connect mean that any application which gives "unrestricted" access to the internet (via UIWebView
) must have a 17+
rating.
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.
For example: could I require Facebook login and check the user's age?
Has anybody had success with techniques like this?