Single App Mode

When your app is running in an enterprise environment, you may come across deployments that lock devices into Single App Mode. When this is enabled, the device cannot leave the app set in the payload and this can potentially impact your app’s functionality. To detect this scenario, apps need to call UIAccessibilityIsGuidedAccessEnabled (Guided Access is the non-MDM term used for Single App Mode as users can lock devices to a single app for accessibility purposes)....