I need to create a Xamarin.iOS app to activate kiosk mode (Lock the Device to a Single Application )
Asked
Active
Viewed 463 times
1 Answers
0
If you are using MDM you can set up kiosk mode, to lock the device into a single app, via the iPhone Configuration Utility. You can refer to these cases:
How can I programatically enable Guided Access (Kiosk mode) on an iPhone?
or Guided Access/Kiosk Mode of iPad
Otherwise you have to set up guided access on the device as this article described.

Kevin Li
- 2,258
- 1
- 9
- 18
-
Thank you, but can it be done using Xamarin.iOS or only using the swift and Objective-C ? – Norhan ElKholy Jun 11 '17 at 08:08
-
I found it, Thank you very much – Norhan ElKholy Jun 11 '17 at 08:15