Windows Kiosk mode equivalent for macOS

I'm evaluating switching an application device from windows10 to macOS but one of the key features needed that I'm unsure of is kiosk mode in macOS. Does something like that exist? The application would need to be the only app running (in full screen) and nothing else should show up. Even keyboard shortcuts should be disabled. Is that configuration possible? Is it something to be done in the app program or does it need UWP kind of stuff?

Thanks

does it need UWP kind of stuff?

Please clarify what “UWP” means in this context.

On the kiosk mode side of things, check out the presentationOptions property of NSApplication.

As far as getting your app running, kiosks are usually managed via MDM and that supports the AutonomousSingleAppMode (com.apple.asam) payload.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hi Eskimo, Thanks for the answer. UWP stands for universal windows programme -microsoft's way of ensuring an app can be put on kiosk mode. Regards.

Windows Kiosk mode equivalent for macOS
 
 
Q