Note : I don\'t want to submit this app to app store.
What i want to achieve :
I want simple app with one view having two b
Just wanted to write on this even though this is old as i needed to implement a similar solution and i got it working. The steps for me as follows and a note here is that this involves MDM and other specific steps.
My requirement was as follows. Each of the iPad at different locations has a set of apps installed.For ease of it lets assume each Dept. has their own apps. Participants open a app related to their dept. to take a test, the APP automatically Locks the iPad to single-app Mode and at the end of the test, it will unlock it self.
UIAccessibilityRequestGuidedAccessSession api to lock unlock the device from single app mode.http://bobxcode.blogspot.com/2015/12/programmatically-implement-single-app.html
Thanks, Bob