Simple app leveraging Managed App Config and Anonymous Single Add Mode (ASAM).
MDM solution such as Jamf Pro to remotely modify default URL or enable maintenance mode.
- Simple Kiosk - lock app into URL and empower local approved user to unlock app while centrally managing URL and app.
- Webclip (Web View) on steroids - now have the ability to easily lock a URL or PDF into single app mode.
- Maintenance Mode - use the app to display maintenance page while performing routine maintenance such as app updates.
- Managed App Config to define URL from central management console.
- Support for Autonomous Single App Mode (ASAM). ASAM allows user to enable and disable Single App Mode within the app. Hidden gesture used to access the feature. Use triple tap gesture to access ASAM feature.
- Built-in maintenance mode with embedded image. Enabled with Managed App Config.
URL key: URL to display in app.
MAINTENANCE_MODE key: Set to “ON” to display static image and provide user a visual that the device is not available.
<dict>
<key>MAINTENANCE_MODE</key>
<string>OFF</string>
<key>URL</key>
<string>http://foo.com</string>
</dict>
Please leave feedback and/or comments on how this could be improved!
Thanks! Aaron