Smart Sign

From The iPhone Wiki
Jump to: navigation, search

Summary

Smart Sign icon
Smart Sign iPad

Smart Sign is an iOS app that shows product specs and is installed on the "Smart Sign" iPads inside Apple Stores. This app can’t be exited with the home button. There is a secret gesture to enter the app's control center on "Smart Sign" iPads which is shared on a need to know basis among retail employees and which has never been leaked.

Technical Investigation

The app itself is not what disables the home button; it is system-wide and enforced by SpringBoard. In fact, Smart Sign iPads have a .mobileconfig profile installed which sets the key SBStoreDemoAppLock to true in com.apple.springboard.plist. The only way to quit an app when this key is enabled is holding HOME and POWER buttons until the device reboots. As in Apple Stores the POWER button cannot be pressed, you should hold down the upper-right corner of the iPad's frame.

Apple sets the key in com.apple.springboard.plist by using a mobile configuration profile installed on the device. The profile can be removed with the password "Apple123". If you want to try it on your device, you can find below a similar version that works on any device and that is not locked.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>PayloadContent</key>
   <array>
       <dict>
           <key>PayloadDescription</key>
           <string>Disables the home button.</string>
           <key>PayloadDisplayName</key>
           <string>Home Button Lock</string>
           <key>PayloadIdentifier</key>
           <string>com.zchristopoulos.kiosk</string>
           <key>PayloadOrganization</key>
           <string>Zachary Christopoulos</string>
           <key>PayloadType</key>
           <string>com.apple.defaults.managed</string>
           <key>PayloadUUID</key>
           <string>B2D02E2D-BAC5-431B-8A29-4B91F71C9FC1</string>
           <key>PayloadVersion</key>
           <integer>1</integer>
           <key>PayloadContent</key>
           <array>
               <dict>
                   <key>DefaultsDomainName</key>
                   <string>com.apple.springboard</string>
                   <key>DefaultsData</key>
                   <dict>
                   <key>SBStoreDemoAppLock</key>
                   <true/>
                   </dict>
               </dict>
           </array>
       </dict>
   </array>
   <key>PayloadDescription</key>
   <string>Disables Home Button</string>
   <key>PayloadDisplayName</key>
   <string>Home Button Lock</string>
   <key>PayloadIdentifier</key>
   <string>com.zchristopoulos.hbkill</string>
   <key>PayloadOrganization</key>
   <string>Zachary Christopoulos</string>
   <key>PayloadType</key>
   <string>Configuration</string>
   <key>PayloadUUID</key>
   <string>614D1FE3-F80D-4643-AF6B-D10C4CC8737A</string>
   <key>PayloadVersion</key>
   <integer>1</integer>
</dict>
</plist>

(originally posted here)

Version History

  • 1.4.1
  • 1.5.2
  • 1.6.1
  • 1.6.3
  • 1.7

Links

Install Smart Sign (requires AppleConnect account)

External Links

  • Cult Of Mac: How the Smart Sign iPads at Your Local Apple Store Actually Work
  • iDownloadBlog: An Exclusive Look Inside Apple’s Smart Sign