Thanks. Do you know if it's possible to make entering a passcode mandatory, one that is held on the device? I know o2 have one on their, but I don't think the code is stored on the device, more seems server end?
Also, if my application is suspended. Upon re-entering, can I do either of the following:
- Force the user to re-enter their passcode
- Force the user back to the login screen to re-authenticate their login credentials
- Re-authenticate the login credentials before allowing the user to take control of the application
I'm working on something that holds personal data, so security is a concern for me. The user is required to login to the applciation to aquire personal data, and set a passcode. If the user leaves the application it cannot auto-terminate (based on above), so I need another way to make sure the data is secure should someone else gain access to the device.
Thanks