Difference between revisions of "Touch ID Demo"

From The iPhone Wiki
Jump to: navigation, search
(added versions)
Line 1: Line 1:
 
[[Image:TouchID_App_icon.png|thumb|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.
 
[[Image:TouchID_App_icon.png|thumb|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 [http://theiphonewiki.com/wiki/Firmware#iPhone_5s 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 ==
 
== Gallery ==

Revision as of 05:36, 11 November 2013

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.