I am assuming your game is for children. In this case your game needs a so called "parental gate". It ensures that the child is able to use the app safely, for example by having a text say "Ask your parents about this" in a specific situation.
If you have eg. in-app purchases, the parental gate prevents the children to accidentally buy stuff, or do something else they shouldn't do.
You can do so by creating a pop-up that requires the user to do something a child can't do (like performing a somehow complex gesture).
**There is no template though, you have to create this parental gate on your own.** Also you have to find out in what situation your app actually requires this parental gate.
This is all I know about it, read more about it here:
https://developer.apple.com/app-store/parental-gates/
↧