I was having a requirement in my app where I need to check whether the iphone/ipad has a passcode protect set and If not, my app needs to notify the user to set a passcode protect for the device... I came across a post where a user says that if I can get to the springboard process and use the [SBAwayController isPasswordProtected]
functionality, I can know if the passcode is set or not..
My problem is I do not know how to get to the springboard process and I dont know how to use the above code to work.
It would be great if someone could help me out in this.