I am running into a frustrating issue with a custom application. The app works completely normally outside of kiosk mode, but as soon as I apply an Android Multi App Kiosk policy through Hexnode, the app opens and immediately throws an “Access Denied” error.
Here is my current setup:
- App installed through Hexnode.
- Android Multi App Kiosk policy created and assigned.
- App added to the kiosk allowed apps list.
- Runtime permissions enabled with “Grant Android 10+”.
Since the runtime permissions are already being explicitly granted by the policy, what else could be causing the app to lock up and show “Access Denied” when kiosk mode is active?