Guided Access is a new feature in iOS 6 that helps users with hearing, learning, vision, and mobility disabilities use iOS devices. With Guided Access, certain areas and features of any app can be disabled. You can also prevent a user from exiting an app by disabling the hardware buttons and touchscreen sensor.
Questions tagged [guided-access]
51 questions
18
votes
3 answers
Detect or react to Guided Access?
In an app we're creating, we need to add some extra screens to configure the app.
It would be nice if we could add extra buttons on the opening screen of the app, that is only visible if the iPad is not in guided access.
Is it possible to detect…

Lasse V. Karlsen
- 380,855
- 102
- 628
- 825
10
votes
2 answers
Is there a way to deliver push notifications in iOS 11 during Guided Access?
Our iPad app relies on silent push notifications to trigger certain events, and is used by many of our users in Guided Access mode. This has worked well until iOS 11 which now seems to block delivery of push notifications while Guided Access is…

Wade
- 180
- 1
- 9
8
votes
4 answers
iOS-Swift UIApplication.shared.isIdleTimerDisabled = true not working after review from AppStore
Trying to Achieve
Stop the screen going to sleep on certain View Controller
What I have done
I have tested my app with the following code on a physical iPhone 6 running on iOS 12.1.12. I set the phone Dislpay & Brigthness > Auto-Lock to 30 seconds.…

Hanz Cheah
- 761
- 5
- 15
- 44
7
votes
1 answer
Automatic OTA updates in an ios app which is locked down with guided access
My client needs to find a way to automatically push app updates to a number of iphone 3gs devices remotely. These devices will be in guided access mode so the users will only be able to access the app in question.
I believe we have two option for…

Eminee
- 81
- 2
6
votes
2 answers
Using autonomousSingleAppModePermittedAppIDs and UIAccessibilityRequestGuidedAccessSession together with Meraki as MDM to enter single app mode
I have a small number of devices I've set as supervised using Apple Configurator.
However I'm unable to get the app to successfully enter single app mode using the UIAccessibilityRequestGuidedAccessSession API.
I created a configuration profile with…

Sandeep Phadke
- 862
- 9
- 23
6
votes
1 answer
openURL phone call with Guided Access ON
I have a simple contacts app that is intended to operate in Guided Access / Single App Mode. When the user hits the contact the app initiates a phone call:
[[UIApplication sharedApplication] openURL:phoneURL];
Super simple and works fine with…

josh k
- 268
- 1
- 11
5
votes
0 answers
iOS Guided Access: why does my app close overnight?
I'm writing an iOS application for enterprise deployment. The use case is that it is meant to run in the foreground in kiosk / guided access mode on iPads, and it must never ever close for as long as the OS is running (the iPads will be mounted on a…

sheppe
- 708
- 5
- 12
5
votes
0 answers
Guided Access App not available
I'm sometimes getting an error when starting my 'Guided Access' app which is locked down on the iPad using 'Apple Configurator'.
It mostly happens after a hard reset, but not always. The error on screen is:
Guided Access App not available.
There's…

user2689149
- 51
- 1
4
votes
1 answer
Detecting home button press on iOS?
Is there any way to detect if the user has pressed the home button on iOS? Obviously if the app is running normally the app delegate methods gets called, but if the device is locked to an app (through Guided Access or an MDM-server) so the app…

Christian A. Strømmen
- 3,181
- 2
- 25
- 46
4
votes
1 answer
implement guided access on iPad using Mobile Device Management
I am stuck in this problem for two days now..
What I need to do is make a small iPad application that when the user launches, sends the iPad in kiosk mode/guided mode. I am required to use MDM for this (I am using Meraki for MDM …

Shradha
- 991
- 3
- 13
- 38
3
votes
0 answers
iPad in guided access (kiosk) mode screen goes off after 2 days
We have a client that runs our app in guided access mode.
The app runs flawlessly for 2 days consecutively, but after that, the iPad suddenly lags, sometimes crashes and reopens, and after that, the screen goes black. If they press the home button…

Dirk de Boer
- 365
- 1
- 3
- 15
3
votes
1 answer
iOS device restarts with Guided Access Mode turned-on
I have a few iPad, that run an app in Guided Access Mode. What happens when a device is restarted due to some reason (like running out of battery)?
Will the Guided Access Mode kick in again when the device starts up, with the same app running?
Is it…

Ads
- 2,084
- 2
- 24
- 34
3
votes
1 answer
Stranger Behavior with UIAccessibilityIsGuidedAccessEnabled Bool - SWIFT
My app wants to recognize whether or not the user has gone into guided access mode.
I currently have a NSNotification setup which triggers a boolean provided by apple but for some reason it is always providing a false negative.
…

Tom
- 2,358
- 1
- 15
- 30
3
votes
1 answer
Possible to Automatically Update an Enterprise App While Running in Guided Access Mode?
I made an app deployed internally at my company. It is placed outside conference rooms and allows the user to see if it's open, schedule room time, view other rooms, etc. Given its nature and use, the app is always the active one on the device and…

Jessica
- 249
- 5
- 12
3
votes
1 answer
How to stop status bar appearing after waking in Guided Access on iOS7?
We've had an issue reported where the status bar sometimes appears overlaid on our app after sleeping and waking the iPad. Our setup is as follows:
Our app is landscape only (left and right)
I've enabled guided access on the device
I've enabled the…

Will Bolam
- 309
- 1
- 3
- 9