
Developer Requirements
This flow illustrates a use case where the developer requires the following:
- Restrict kids who are below the legal age threshold from accessing the app until parental consent is given.
- These kids will need to supply their parent email address during registration.
- Users who are above the legal age thresholds do not provide their parent’s email address
- These users will access the app straight away without needing to request permissions to do so.
- They will have access to all features that would normally be disabled for kids who are pending permissions
Summary
If you’re developing an application that absolutely requires parental consent before it can be used, we recommend this flow. Some examples of situations where this may be necessary when your app requires PII upfront (e.g. without this PII the app would not be usable):
- GPS/location – e.g. for an app that needs to always be location-aware to fulfil its basic function
- Phone camera – e.g. for an app where taking photos are integral to the user experience
- E.t.c.