In iOS 26.2, PermissionKit allows apps to request parental consent when a minor attempts to initiate a chat function.
I believe this feature would be extremely useful when a minor tries to access other features in an application.
For instance, in a real-time streaming service, when a minor attempts to access certain content, I would like to require parental permission. Is it acceptable to use the currently provided PermissionKit to send a request to the parent in this scenario?
I am considering providing arbitrary values or nil for the action and PersonInformation parameters in this case.
I would appreciate it if a fellow developer or an Apple staff member could confirm the intended scope of PermissionKit and if this kind of non-chat-related use case is permissible.