Ad

Our DNA is written in Swift
Jump

Radar: App- and Folder-specific Passcode Locks

I’m on fire!

Never before have I filed so many Radars in a single day. This one aims to remove the need for components like my DTPinLockController which I used in iWoman.

This is a Feature Request for getting passcode locks on a per app and per folder basis. So that you can hand your unlocked device to your kids for playing Games but still apps being secure that they have no business in starting. This would passcode-enable all apps that don’t have custom solutions and also make all those custom-passcode-viewcontrollers unnecessary.

If there where an API for inquiring about passcode status then we could keep the user logged in just like the Find my Friends app is doing it. This requires entering the password only if you don’t have a passcode lock set.

I filed this as Radar #11716971 and also posted it to OpenRadars. Please dupe it if you think that this is a useful feature for our favorite platform.

App- and Folder-specific Passcode Locks

Current versions of iOS only allow to secure the entire OS with a passcode lock. Once unlocked all apps can be accessed.

Because of this several app makers (including me with my iWoman app) needed to add their own passcode lock screens in their apps which have a different level of sensitivity as compared to games.

This poses several problems for the UX:

  • the app-specific custom passcode screens can never be as secure as the lock provided by the system
  • if such an app stores the passcode in a way that can be figured out then it is likely that the system passcode will be the same
  • or if the user has a different PIN for the system and those apps then he has to remember all these
  • the UI will not be consistent between the custom PIN entry screens and the system one
  • in short those custom solutions are a bad workaround for a problem that should be addressed by the OS

Suggested Solution

Add the capability of adding a passcode locks to individual apps and possibly also folders. A locked folder or app might show that code entry is required by a padlock badge. Upon tapping the icon – if it is not yet unlocked – the new system-app passcode screen will pop up and tell the user that he is now unlocking access to this app or set of apps.

This way the user could keep all his sensitive apps in one folder, e.g. banking or stock trading apps. Also the user could then hand his device to some children who like to play games on the user’s iPhone.

An additional benefit could be that you can prevent deletion of apps or folders that are secured by a passcode lock. So the person I let play Games on it cannot remove the apps that are important to me and would be painful to having to set up again.

App- and Folder-locks could also be configured to time out after a while or not be required for a certain period after unlock.

Also this lock screen does not have to have an emergency dial option and should provide a mechanism to cancel entering of the passcode.

It would probably be most convenient if the passcode for apps/folders has to be the same as the system one.

Having a passcode on apps and folders could also tie into automatic data protection. As opposed to having to opt into this by the developer you could have a locked app/folder be automatically opted into file protection. The files in the app sandbox would then be unlocked only if the passcode is entered.

Provide an API for inquiring about passcode status

An API should be provided for apps to inquire wether there is a system- or an app-level passcode set. Ideally also with an indication as to its strength. This would be similar to how the Find my Friends app is doing it right now: if you have a passcode lock set then it does not require login on every launch.

Apps could generally adopt this practice of storing login credentials if the device or the app is secured with a passcode. This would entice people to add a passcode lock because of the convenience of not having to enter logins in all their apps.


Categories: Bug Reports

Leave a Comment