My App is for kids, during school time my app only should work, rest of apps should not be enabled. Any command from server or it can be handled from iOS side?
Asked
Active
Viewed 130 times
0
-
No, iOS does not have this level of control available – Paulw11 Oct 14 '14 at 11:13
1 Answers
1
You can put your device in Kiosk-mode (when you can't exit some application). I am not sure whether it works for you.
There are several ways to do that
Use AppLock configuration profile (https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206-CH1-SW35)
I requires a device to be supervised.
Install Restiction profile with autonomousSingleAppModePermittedAppIDs and use UIAccessibilityRequestGuidedAccessSession API
Look at this question: autonomousSingleAppModePermittedAppIDs Key in Restrictions payload - iOS 7 MDM

Community
- 1
- 1

Victor Ronin
- 22,758
- 18
- 92
- 184