I'm not too familiar with Iphone development, but I am trying to create an App that can lock the screen and prevent the user from using the phone under certain conditions.
I have been told before that it is impossible for this type of functionality to exist in an Iphone, but I know there is an app called Cell Control that does something similar. I am trying to figure out how to create this type of functionality.
My research has led me to MDM solutions that was introduced in IOS4. This link was very helpful: http://flicksoftware.com/2010/08/mobile-it-guide-to-iphone-deployment-and-management-with-apples-ios-4/
My question is how would one go about implementing a lock screen functionality in an Iphone app. Is it using some implementation of the MDM solution, or doing something else entirely?