com.apple.developer.automatic-assessment-configuration
A Boolean value that indicates whether an app may create an assessment session.
Discussion
Use an AEAssessmentSession instance to put a device into a state that prevents users from accessing certain system features during high-stakes assessment activities, such as administering an exam. Your app needs the com.apple.developer.automatic-assessment-configuration entitlement to create an assessment session.
To add the entitlement to your app, set the entitlement’s type to Boolean in the Xcode property list editor, and the corresponding value to YES.
[Image]
Before your app can use this entitlement, you must first get permission to use it. Request permission by filling in the Automatic Assessment Configuration Entitlement Request form.