Touch ID Demo

From The iPhone Wiki
Revision as of 07:07, 11 November 2013 by Haifisch (talk | contribs)
Jump to: navigation, search
Touch ID icon

The Touch ID App is used to show off the iPhone 5s's Touch ID capabilities in Apple Stores. Remarkably the iPhones screenshot functionality does not work inside the Touch ID App.

Technical Details

Platform Version of 1.1 is 11A465, thats on lower then the earliest 5S Firmware. It requires armv7.

com.apple.private.biometrickit.allow and com.apple.private.bmk.allow are set to true.

<dict>
	<key>com.apple.private.biometrickit.allow</key>
	<true/>
	<key>com.apple.private.bmk.allow</key>
	<true/>
</dict>

Gallery

Known Versions

  • 1.0
  • 1.1
Tango Media-cdrom.png This software article is a "stub", an incomplete page. Please add more content to this article and remove this tag.