how to implement a parental gate for iOS apps in the kid's section

Maduranga E picture Maduranga E · Oct 2, 2013 · Viewed 9.5k times · Source

I'm updating my app due to an App Store rejection of binary because my app contains links to websites in the "credit" page. I need to implement a parental gate to restrict access to "credit" view controller.

I have found a code that checks permission for in-app purchase. But I guess I cannot use the same for this purpose?

How do I check parental permission before opening a view controller?

Answer

kamprath picture kamprath · Nov 12, 2013

I've posted an open source Parental Gate SDK which has been used in an app that has successfully passed review under Apple's new 24.3 rule that requires a "parental gate" for in app purchases and anything that brings the user experience to the web. You can read more about the SDK and get the code here:

MKParentalGate Open Source SDK