I am setting up Autonomous Single App Mode for macOS, following the guide:
https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf
My app is also signed like this:
If I remove the new "com.apple.developer.assessment" from entitlement, it will launch normally.
So how to make it work?
https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf
My app is also signed like this:
But when app is launched, it just crashed, saying something like "code signature is invalid".To be granted access, applications must be signed with the specified bundle identifier and team identifier using an
Apple-issued production developer certificate. Applications must specify the com.apple.developer.assessment
entitlement with a value of true.
If I remove the new "com.apple.developer.assessment" from entitlement, it will launch normally.
So how to make it work?