I want to create an app that requires the user to have a lock code set up on the device. For example, when I link up to our Exchange server, it requires me to set a lock code on my Android and iOS devices. I would like to enforce the same rules for the app I am developing.
Asked
Active
Viewed 517 times
3
-
1An app cannot enforce such a restriction on iOS. Only a device profile from an MDM tool or profile manager software can do this http://stackoverflow.com/questions/21337563/programmatically-detect-whether-ios-passcode-is-enabled-or-not – Paulw11 May 12 '14 at 20:44