Hi Everybody,
I’m working on an educational app that we are going to mark as “for kids” in the iOS App Store, so obviously we need to implement a Parental Gate for anything that links outside the app. I have a “for grownups” section accessible from the home screen that will contain links to curriculum guide PDFs that I want to open in Safari (outside the app), so that users can print those PDFs or open them in iBooks. My question is, can I implement a single parental gate check when accessing the “for grownups” section, or will Apple reject my app if I don’t run a Parental Gate check every time the user links out of the app (meaning for each individual PDF link)? Anybody have any first-hand experience with this?
Normally I just implement a PG check anytime I link out of the app, but I’ve got close to 2 dozen PDFs I’m linking out to in that grownups section, and I don’t want to hassle my grownup users every time they click a link - gating off the whole section makes more sense to me, but I know Apple rarely cares about what makes sense to me. I’m hoping to avoid a needless rejection cycle if possible.
Thanks,
Jason