Difference between revisions of "Touch ID Demo"

From The iPhone Wiki
Jump to: navigation, search
m (Added 'Summary' Header)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
{{internal software}}
[[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.
 
  +
{{Infobox software
  +
| name = Touch ID
  +
| title = Touch ID
  +
| logo = [[File:Touch ID Icon.png|118px]]
  +
| collapsible =
  +
| author = Apple Inc.
  +
| developer = Apple Inc.
  +
| released =
  +
| discontinued =
  +
| latest release version = 3.1.1<br/><small>(latest ''known'' version)</small>
  +
| latest release date =
  +
| latest preview version =
  +
| latest preview date =
  +
| programming language =
  +
| operating system = [[wikipedia:iOS|iOS]]
  +
| platform =
  +
| size =
  +
| language = [[wikipedia:English language|English]]
  +
| status =
  +
| genre =
  +
| license = [[wikipedia:Proprietary software|Closed source]]
  +
| website =
  +
}}
   
== Technical Details ==
+
== Summary ==
  +
'''Touch ID''', officially called 'MesaStoreDemo', was an internal app installed on Retail Demo units in Apple stores around the world. It was introduced alongside the iPhone 5s, which was the first iPhone to include a fingerprint scanner, and installed on every iPhone demo unit up until the release of the iPhone X, which replaced Touch ID withe a facial recognition system called Face ID. The purpose of the Touch ID app was to allow customers to go through a simulated Touch ID setup and test out the fingerprint scanner on the phone without the phone permanently remembering their finger, rendering it useless to the next customer who wants to test it out. The app was eventually phased out when Apple began removing Touch ID device from their stores and replacing them with iPhone X devices, which included the [[Face ID Demo]] app, which serves a very similar purpose, except it's for testing out the facial recognition features of the newer iPhone models.
   
  +
== Technical Details ==
Platform Version of 1.1 is 11A465, thats on lower then the earliest [http://theiphonewiki.com/wiki/Firmware#iPhone_5s 5S Firmware].
 
  +
Platform Build of 1.1 is 11A465, one version lower then the earliest [http://theiphonewiki.com/wiki/Firmware#iPhone_5s iPhone 5s Firmware]. Version 1.0 has a Platform Build of 11A445, which sits between two known internal builds of iOS 7; 11A443 and 11A447. Older versions of the app, which are called 'TouchIDDemoApp.app' (1.0) or 'Touch-ID-Demo.app' (1.1) require an [[ARMv7]] processor, while newer versions of the app, which all go by the name 'MesaStoreDemo.app', add support for [[ARM64]] processors as well.
It requires armv7.
 
   
com.apple.private.biometrickit.allow and com.apple.private.bmk.allow are set to true.
+
Inside the Info.plist file, 'com.apple.private.biometrickit.allow' and 'com.apple.private.bmk.allow' are set to true.
   
 
<dict>
 
<dict>
Line 16: Line 40:
   
 
== Gallery ==
 
== Gallery ==
  +
<gallery>
<gallery widths="175px" heights="175px" perrow="4">
 
 
File:TouchID_App_01.jpg|Inside Touch ID
 
File:TouchID_App_01.jpg|Inside Touch ID
 
File:TouchID_App_02.jpg|Inside Touch ID
 
File:TouchID_App_02.jpg|Inside Touch ID
Line 22: Line 46:
 
</gallery>
 
</gallery>
   
== Known Versions ==
+
== See Also ==
  +
* [[Face ID Demo]]
*1.0
 
*1.1
 
   
{{stub|software}}
 
 
[[Category:Apple Internal Apps]]
 
[[Category:Apple Internal Apps]]

Latest revision as of 22:00, 16 April 2021

This article discusses software internally used by Apple.

Acquiring a copy without Apple's consent is illegal and may result in being scammed.
Engaging in illegal activity is not condoned. This information is provided for educational purposes only.

Touch ID
Touch ID Icon.png
Original author(s) Apple Inc.
Developer(s) Apple Inc.
Stable release 3.1.1
(latest known version)
Operating system iOS
Available in English
License Closed source

Summary

Touch ID, officially called 'MesaStoreDemo', was an internal app installed on Retail Demo units in Apple stores around the world. It was introduced alongside the iPhone 5s, which was the first iPhone to include a fingerprint scanner, and installed on every iPhone demo unit up until the release of the iPhone X, which replaced Touch ID withe a facial recognition system called Face ID. The purpose of the Touch ID app was to allow customers to go through a simulated Touch ID setup and test out the fingerprint scanner on the phone without the phone permanently remembering their finger, rendering it useless to the next customer who wants to test it out. The app was eventually phased out when Apple began removing Touch ID device from their stores and replacing them with iPhone X devices, which included the Face ID Demo app, which serves a very similar purpose, except it's for testing out the facial recognition features of the newer iPhone models.

Technical Details

Platform Build of 1.1 is 11A465, one version lower then the earliest iPhone 5s Firmware. Version 1.0 has a Platform Build of 11A445, which sits between two known internal builds of iOS 7; 11A443 and 11A447. Older versions of the app, which are called 'TouchIDDemoApp.app' (1.0) or 'Touch-ID-Demo.app' (1.1) require an ARMv7 processor, while newer versions of the app, which all go by the name 'MesaStoreDemo.app', add support for ARM64 processors as well.

Inside the Info.plist file, '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

See Also