We use this for parking kiosk iPads. It works okay so far, but one thing we didnt get working is exiting single app mode with the query url. Here is our config:
<dict> <key>MAINTENANCE_MODE</key> <string>OFF</string> <key>BROWSER_MODE</key> <string>ON</string> <key>BROWSER_BAR_NO_EDIT</key> <string>OFF</string> <key>URL</key> <string>https://Nexpass.nexusparkingsystems.com</string> <key>REMOTE_LOCK</key> <string>ON</string> <key>PRIVATE_BROWSING</key> <string>ON</string> <key>RESET_TIMER</key> <integer>0</integer> <key>QUERY_URL_STRING</key> <string>exit</string> <key>QR_CODE</key> <string>OFF</string> <key>LAUNCH_DELAY</key> <integer>10</integer> </dict>
Shouldn't us enter "exit" in the URL exit Single App Mode? When we type in "exit" it just reloads the homepage. We are running this on iOS 26.
We use this for parking kiosk iPads. It works okay so far, but one thing we didnt get working is exiting single app mode with the query url. Here is our config:
<dict> <key>MAINTENANCE_MODE</key> <string>OFF</string> <key>BROWSER_MODE</key> <string>ON</string> <key>BROWSER_BAR_NO_EDIT</key> <string>OFF</string> <key>URL</key> <string>https://Nexpass.nexusparkingsystems.com</string> <key>REMOTE_LOCK</key> <string>ON</string> <key>PRIVATE_BROWSING</key> <string>ON</string> <key>RESET_TIMER</key> <integer>0</integer> <key>QUERY_URL_STRING</key> <string>exit</string> <key>QR_CODE</key> <string>OFF</string> <key>LAUNCH_DELAY</key> <integer>10</integer> </dict>Shouldn't us enter "exit" in the URL exit Single App Mode? When we type in "exit" it just reloads the homepage. We are running this on iOS 26.