Is there a way to programmatically exit & kill an iOS app which is running in "single app mode" everyday at a specific time?
Also is there a way to start / launch the same app automatically at another specific time?
Basically, I want the exit/kill the app at the close of business hours everyday and automatically start/launch the app every morning.
Is this possible with iOS programming or even with the help of any MDM tools? if yes, what are the steps / details to achieve the same?