Ios – How to lock down user to Single App mode in iOS 6, Programmatically

iosios6iphoneobjective c

There are some question which are related to this,. but getting the exact answer:

Lock-down iPhone/iPod/iPad so it can only run one app

Recently iOS 6 is introduced with some business oriented features, two of theme are:

  1. Guide Access
  2. Supervised Access

These both deals with Accessibility Control features, Like allow user to restrict access to there device, only if they have full access to the device. In that way this is only useful to people, who owned the device like, a school use there device for exam, a restaurant for menus, for product display etc. All of them have access to the device to configure settings etc.

Now my question begins here, I am thinking of an App, which look down user to single app mode when user run the app and after signing out of the app the device start working as before in normal mode.

Through the time when app is active, user should not able to access any other function or button, this applies on all three device iPad, iPhone, iPod.

Also I found that this could be done by installing some Profiles etc, which looks wired and we can't ask user to do so.

So the simple idea is user will only install the App, as normally he does and we could lock him down to single app mode when he log into the app.

Best Answer

The SureLock iOS app does nothing but inform the user how to do it in your system preferences.

Doing it from the app itself is only possible, if you break the rules about private frameworks. And break it hard.

I am sorry to tell you that the way you present your idea, would never be approved for the AppStore.