<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Johnmonday</id>
	<title>The iPhone Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Johnmonday"/>
	<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/wiki/Special:Contributions/Johnmonday"/>
	<updated>2026-06-11T00:09:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Radar&amp;diff=39694</id>
		<title>Radar</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Radar&amp;diff=39694"/>
		<updated>2014-02-13T19:48:26Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{float toc|left}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
[[Image:Radar_Web_App.png‎|thumb|Radar Icon]][[Image:Radar_Bugtracking_Website.png|thumb|Radar Web App Login Screen]]&lt;br /&gt;
Radar is Apple's internal bug reporting and tracking system. iOS URL schemes are of the form &amp;quot;rdar://problem/123456&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
There are two different methods to get Radar; the first one installs the '''RadarWeb''' webapp. Start Safari, navigate to &amp;quot;rdar://&amp;quot; (without quotes), then hit the bookmark button and &amp;quot;Add to Home Screen&amp;quot;.  Wait a few seconds for the favicon to appear in Springboard. Another way is to download the app from [[Switchboard (App Store)|Switchboard]], which is for iPad only.&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*2.1.3&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Smart_Sign&amp;diff=39693</id>
		<title>Smart Sign</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Smart_Sign&amp;diff=39693"/>
		<updated>2014-02-13T19:47:08Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:SmartSign_Icon.png|thumb|Smart Sign icon]]&lt;br /&gt;
[[Image:SmartSign02.jpg|thumb|Smart Sign iPad]]&lt;br /&gt;
'''Smart Sign''' is an iOS app that shows product specs and is installed on the &amp;quot;Smart Sign&amp;quot; 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 &amp;quot;Smart Sign&amp;quot; [[iPad]]s which is shared on a need to know basis among retail employees and which has never been leaked.&lt;br /&gt;
&lt;br /&gt;
== Technical Investigation==&lt;br /&gt;
The app itself is not what disables the home button; it is system-wide and enforced by SpringBoard. In fact, Smart Sign [[iPad]]s have a .mobileconfig profile installed which sets the key SBStoreDemoAppLock to true in com.apple.springboard.plist.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;Apple123&amp;quot;.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;!DOCTYPE plist PUBLIC &amp;quot;-//Apple//DTD PLIST 1.0//EN&amp;quot; &amp;quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;plist version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dict&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadContent&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;array&amp;gt;&lt;br /&gt;
        &amp;lt;dict&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadDescription&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;string&amp;gt;Disables the home button.&amp;lt;/string&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadDisplayName&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;string&amp;gt;Home Button Lock&amp;lt;/string&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;string&amp;gt;com.zchristopoulos.kiosk&amp;lt;/string&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadOrganization&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;string&amp;gt;Zachary Christopoulos&amp;lt;/string&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadType&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;string&amp;gt;com.apple.defaults.managed&amp;lt;/string&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadUUID&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;string&amp;gt;B2D02E2D-BAC5-431B-8A29-4B91F71C9FC1&amp;lt;/string&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadVersion&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
            &amp;lt;key&amp;gt;PayloadContent&amp;lt;/key&amp;gt;&lt;br /&gt;
            &amp;lt;array&amp;gt;&lt;br /&gt;
                &amp;lt;dict&amp;gt;&lt;br /&gt;
                    &amp;lt;key&amp;gt;DefaultsDomainName&amp;lt;/key&amp;gt;&lt;br /&gt;
                    &amp;lt;string&amp;gt;com.apple.springboard&amp;lt;/string&amp;gt;&lt;br /&gt;
                    &amp;lt;key&amp;gt;DefaultsData&amp;lt;/key&amp;gt;&lt;br /&gt;
                    &amp;lt;dict&amp;gt;&lt;br /&gt;
                    &amp;lt;key&amp;gt;SBStoreDemoAppLock&amp;lt;/key&amp;gt;&lt;br /&gt;
                    &amp;lt;true/&amp;gt;&lt;br /&gt;
                    &amp;lt;/dict&amp;gt;&lt;br /&gt;
                &amp;lt;/dict&amp;gt;&lt;br /&gt;
            &amp;lt;/array&amp;gt;&lt;br /&gt;
        &amp;lt;/dict&amp;gt;&lt;br /&gt;
    &amp;lt;/array&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadDescription&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;string&amp;gt;Disables Home Button&amp;lt;/string&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadDisplayName&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;string&amp;gt;Home Button Lock&amp;lt;/string&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;string&amp;gt;com.zchristopoulos.hbkill&amp;lt;/string&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadOrganization&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;string&amp;gt;Zachary Christopoulos&amp;lt;/string&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadType&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;string&amp;gt;Configuration&amp;lt;/string&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadUUID&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;string&amp;gt;614D1FE3-F80D-4643-AF6B-D10C4CC8737A&amp;lt;/string&amp;gt;&lt;br /&gt;
    &amp;lt;key&amp;gt;PayloadVersion&amp;lt;/key&amp;gt;&lt;br /&gt;
    &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
 &amp;lt;/dict&amp;gt;&lt;br /&gt;
 &amp;lt;/plist&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(originally posted [http://www.zchristopoulos.com/2012/02/how-to-disable-ipad-home-button-kioskstore-demo-mode/ here])&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*1.5.2&lt;br /&gt;
*1.6.1&lt;br /&gt;
*1.6.3&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://ss.apple.com/ Install Smart Sign] (requires AppleConnect account)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.cultofmac.com/how-the-smart-sign-ipad-displays-at-your-local-apple-store-actually-work/106160 Cult Of Mac]: How the Smart Sign iPads at Your Local Apple Store Actually Work&lt;br /&gt;
* [http://www.idownloadblog.com/2011/07/26/look-apple-smart-sign/ iDownloadBlog]: An Exclusive Look Inside Apple’s Smart Sign&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=GameStore&amp;diff=39692</id>
		<title>GameStore</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=GameStore&amp;diff=39692"/>
		<updated>2014-02-13T19:45:25Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
[[Image:GameStoreIcon01.png|thumb|GameStore icon]]'''GameStore''' is an internal sample code app which was accidentally deployed to the App Store on 31 Dec 2011 and subsequently pulled on 2 Jan 2012 after it received publicity from Apple blogs. The release date of July 2009 states that this app was originally deployed during the [[WWDC|WWDC 2009]] where Apple announced [[iOS]] 3 with [[In-App Purchases]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Gamestore 01.PNG|GameStore Screen 01&lt;br /&gt;
Image:Gamestore 02.PNG|GameStore Screen 02&lt;br /&gt;
Image:Gamestore 03.PNG|GameStore Screen 03&lt;br /&gt;
Image:Gamestore 04.PNG|GameStore Screen 04&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*1.8&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://itunes.apple.com/us/app/gamestore/id318994886?mt=8 GameStore] (no longer working)&lt;br /&gt;
* [http://forums.macrumors.com/showthread.php?t=1302052 Discussion on MacRumors forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=GameStore&amp;diff=39691</id>
		<title>GameStore</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=GameStore&amp;diff=39691"/>
		<updated>2014-02-13T19:45:15Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
[[Image:GameStoreIcon01.png|thumb|GameStore icon]]'''GameStore''' is an internal sample code app which was accidentally deployed to the App Store on 31 Dec 2011 and subsequently pulled on 2 Jan 2012 after it received publicity from Apple blogs. The release date of July 2009 states that this app was originally deployed during the [[WWDC|WWDC 2009]] where Apple announced [[iOS]] 3 with [[In-App Purchases]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Gamestore 01.PNG|GameStore Screen 01&lt;br /&gt;
Image:Gamestore 02.PNG|GameStore Screen 02&lt;br /&gt;
Image:Gamestore 03.PNG|GameStore Screen 03&lt;br /&gt;
Image:Gamestore 04.PNG|GameStore Screen 04&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*1.9&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://itunes.apple.com/us/app/gamestore/id318994886?mt=8 GameStore] (no longer working)&lt;br /&gt;
* [http://forums.macrumors.com/showthread.php?t=1302052 Discussion on MacRumors forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Receipts&amp;diff=39690</id>
		<title>Receipts</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Receipts&amp;diff=39690"/>
		<updated>2014-02-13T19:44:46Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:Receipts_icon.png|thumb|Receipts icon]]&lt;br /&gt;
'''Receipts''' is an app used by Apple employees.&lt;br /&gt;
It's for corporate expensing, so Apple employees can be reimbursed for any work-related money they spend on things&lt;br /&gt;
like lunch with a business partner. They take a picture of the receipt and it uploads it to the servers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; heights=&amp;quot;200px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:inside-receipts.jpg|Inside Receipts&lt;br /&gt;
Image:receipts.png|Settings menu&lt;br /&gt;
Image:receipts_usg.png|Usage info&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*1.9&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Receipts&amp;diff=39689</id>
		<title>Receipts</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Receipts&amp;diff=39689"/>
		<updated>2014-02-13T19:44:28Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:Receipts_icon.png|thumb|Receipts icon]]&lt;br /&gt;
'''Receipts''' is an app used by Apple employees.&lt;br /&gt;
It's for corporate expensing, so Apple employees can be reimbursed for any work-related money they spend on things&lt;br /&gt;
like lunch with a business partner. They take a picture of the receipt and it uploads it to the servers.&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*1.9&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; heights=&amp;quot;200px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:inside-receipts.jpg|Inside Receipts&lt;br /&gt;
Image:receipts.png|Settings menu&lt;br /&gt;
Image:receipts_usg.png|Usage info&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Concierge&amp;diff=39626</id>
		<title>Concierge</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Concierge&amp;diff=39626"/>
		<updated>2014-02-11T20:01:33Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{float toc|left}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
[[Image:Concierge_icon@2x.png|thumb|Concierge App Icon]]&lt;br /&gt;
'''Concierge''' is an app used by Apple Store employees. One gets access depending on one's [[AppleConnect (SSO)|AppleConnect]] permissions.&lt;br /&gt;
Like many apps used by Apple Store employees, it isn't quite known what it does. The app has been developed by [http://twitter.com/#!/pixel Eric Vitiello].&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
&lt;br /&gt;
* 2.1.1&lt;br /&gt;
&lt;br /&gt;
{{stub|software}}&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=MobileGenius&amp;diff=39625</id>
		<title>MobileGenius</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=MobileGenius&amp;diff=39625"/>
		<updated>2014-02-11T19:58:52Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{float toc|left}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
[[Image:Mobile_Genius_icon.png|thumb|MobileGenius icon]]&lt;br /&gt;
'''MobileGenius''' is an app used by Apple Store employees.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
* 1.5.4&lt;br /&gt;
* 2.1.1&lt;br /&gt;
* 2.6.3&lt;br /&gt;
* 2.7.1&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;100px&amp;quot; heights=&amp;quot;100px&amp;quot; perrow=&amp;quot;6&amp;quot;&amp;gt;&lt;br /&gt;
File:MobileGenius01.png&lt;br /&gt;
File:MobileGenius02.png&lt;br /&gt;
File:MobileGenius03.png&lt;br /&gt;
File:MobileGenius04.png&lt;br /&gt;
File:MobileGenius05.png&lt;br /&gt;
File:MobileGenius06.png&lt;br /&gt;
File:MobileGenius07.png&lt;br /&gt;
File:MobileGenius08.png&lt;br /&gt;
File:MobileGenius09.png&lt;br /&gt;
File:MobileGenius10.png&lt;br /&gt;
File:MobileGenius11.png&lt;br /&gt;
File:MobileGenius12.png&lt;br /&gt;
File:MobileGenius13.png&lt;br /&gt;
File:MobileGenius14.png&lt;br /&gt;
File:MobileGenius15.png&lt;br /&gt;
File:MobileGenius16.png&lt;br /&gt;
File:MobileGenius_usg.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=UniBox&amp;diff=39624</id>
		<title>UniBox</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=UniBox&amp;diff=39624"/>
		<updated>2014-02-11T19:56:47Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:UniBox_app.png‎|thumb|UniBox Icon]]&lt;br /&gt;
== Summary ==&lt;br /&gt;
The UniBox app was first seen on [http://www.bgr.com/nggallery/page-320/album-all/gallery-158/image/2125/ screens from a development iPhone 4] for the US T-Mobile 3G Network. It is a communication tool with corporate voicemail and serves as a centralized notification Inbox. Unibox allows notifications to be received from a variety of systems, including eApproval, Merlin, Espresso, JV Workflow, iCas, iProject, Pathfinder, AC PO Approval and Corporate Voicemail. Users only receive notifications for applications that they are granted access to. UniBox is also available for OS X. &lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
* 2.0&lt;br /&gt;
* 2.0.2 (released 26 May 2011): Amazing new features&lt;br /&gt;
* 2.0.3 (released 24 June 2011): amazing features&lt;br /&gt;
* 2.2.1&lt;br /&gt;
* 2.4&lt;br /&gt;
* 2.5.1.8 (current 'production' version)&lt;br /&gt;
* 2.5.2 (current 'pre-release' version)&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;175px&amp;quot; heights=&amp;quot;175px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:UniBox 01.png|Inside UniBox&lt;br /&gt;
Image:unibox_7.png|UniBox Settings&lt;br /&gt;
Image:UniBox_usg.png|UniBox Usage Info&lt;br /&gt;
Image:UniBox_prov.png|UniBox Provisioning Profile&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Apple_Employee_Directory&amp;diff=39623</id>
		<title>Apple Employee Directory</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Apple_Employee_Directory&amp;diff=39623"/>
		<updated>2014-02-11T19:55:43Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{float toc|left}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
[[Image:Apple Employee Directory.png|thumb|Directory Icon]][[Image:Apple Employee Dir01.png|thumb|Inside the Directory]]'''Apple Employee Directory''' is an internal app for Apple employees only that lets you search for People, Groups, Rooms, Buildings and Stores. Apples internal employee database uses [[wikipedia:Apple Open Directory|OpenDirectory]] and [[wikipedia:NetInfo|NetInfo]] according to [http://www.melodybliss.org/resume/melres.htm Melody Bliss]' information. Apple Employee Directory can be downloaded through [[Switchboard (App Store)|Switchboard]] only.&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
* 2.1.2&lt;br /&gt;
* 2.1.4&lt;br /&gt;
* 2.2.1&lt;br /&gt;
* 2.3.1&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Touch_ID_Demo&amp;diff=39622</id>
		<title>Touch ID Demo</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Touch_ID_Demo&amp;diff=39622"/>
		<updated>2014-02-11T19:54:46Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[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. Curiously the iPhone's screenshot functionality does not work inside the Touch ID App.&lt;br /&gt;
&lt;br /&gt;
== Technical Details ==&lt;br /&gt;
&lt;br /&gt;
Platform Build of 1.1 is 11A465, that's one version lower then the earliest [http://theiphonewiki.com/wiki/Firmware#iPhone_5s 5S Firmware].&lt;br /&gt;
Version 1.0 has a Platform Build of 11A445, this sits between two known internal builds of iOS 7 - 11A443 and 11A447.&lt;br /&gt;
The app is actually called TouchIDDemoApp.app (1.0) or Touch-ID-Demo.app (1.1) and both versions require an [[ARMv7]] processor.&lt;br /&gt;
&lt;br /&gt;
com.apple.private.biometrickit.allow and com.apple.private.bmk.allow are set to true.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;dict&amp;gt;&lt;br /&gt;
 	&amp;lt;key&amp;gt;com.apple.private.biometrickit.allow&amp;lt;/key&amp;gt;&lt;br /&gt;
 	&amp;lt;true/&amp;gt;&lt;br /&gt;
 	&amp;lt;key&amp;gt;com.apple.private.bmk.allow&amp;lt;/key&amp;gt;&lt;br /&gt;
 	&amp;lt;true/&amp;gt;&lt;br /&gt;
 &amp;lt;/dict&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;175px&amp;quot; heights=&amp;quot;175px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
File:TouchID_App_01.jpg|Inside Touch ID&lt;br /&gt;
File:TouchID_App_02.jpg|Inside Touch ID&lt;br /&gt;
File:Touch_ID_Screenshot.png|Screenshot of Touch ID&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
*1.0&lt;br /&gt;
*1.1&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Installer_(Internal_App)&amp;diff=39619</id>
		<title>Installer (Internal App)</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Installer_(Internal_App)&amp;diff=39619"/>
		<updated>2014-02-11T19:35:37Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:AppleInstaller_Icon.png|thumb|Installer icon]]&lt;br /&gt;
[[Image:AppleInstaller02.jpg|thumb|Installer on Smart Sign iPad]]&lt;br /&gt;
[[Image:AppleInstaller03.jpg|thumb|Installer opened]]&lt;br /&gt;
'''Installer''' is an iOS app that is installed on the &amp;quot;Smart Sign&amp;quot; iPads inside Apple Stores. You need to login with [[AppleConnect_(SSO)|AppleConnect]] credentials to use. It is thought to be a web app, which would have been used to install Smart Sign.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://sscontent.apple.com/ Add Installer to Home Screen] (Click Booksmarks, then Click Add to Home Screen)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Apple_Internal_Apps&amp;diff=39617</id>
		<title>Apple Internal Apps</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Apple_Internal_Apps&amp;diff=39617"/>
		<updated>2014-02-11T19:19:56Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Apps known to be used by Apple Stores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Internal diagnostic apps known from beta firmwares and prototypes ==&lt;br /&gt;
* [[Ad Tester]]&lt;br /&gt;
* [[AppleNetworkDiagnostics]]&lt;br /&gt;
* [[APSTester]]&lt;br /&gt;
* [[BonFire]]&lt;br /&gt;
* [[CompareTableView]]&lt;br /&gt;
* [[CooLtool]]&lt;br /&gt;
* [[CoreMotionToolbox]]&lt;br /&gt;
* [[Developer app]]&lt;br /&gt;
* [[E911Tester]]&lt;br /&gt;
* [[EATestApp]]&lt;br /&gt;
* [[FigCam]]&lt;br /&gt;
* [[Flytrap]]&lt;br /&gt;
* [[FieldScout]]&lt;br /&gt;
* [[GameStore]]&lt;br /&gt;
* [[GKTalk]]&lt;br /&gt;
* [[GKTank]]&lt;br /&gt;
* [[GKTankHD]]&lt;br /&gt;
* [[GKTalk]]&lt;br /&gt;
* [[GLReplayer]]&lt;br /&gt;
* [[GSSTestApp]]&lt;br /&gt;
* [[IAPViewer]]&lt;br /&gt;
* [[Inferno (utility)|Inferno]]&lt;br /&gt;
* [[Key Recorder]]&lt;br /&gt;
* [[KeyboardTester]]&lt;br /&gt;
* [[Link Keys]]&lt;br /&gt;
* [[Magneto]]&lt;br /&gt;
* [[MALogger]]&lt;br /&gt;
* [[MemoryMuncher]]&lt;br /&gt;
* [[MobileOracle]]&lt;br /&gt;
* [[MobileRadar]]&lt;br /&gt;
* [[NetGauge]]&lt;br /&gt;
* [[Onword]]&lt;br /&gt;
* [[PrintPhoto]]&lt;br /&gt;
* [[PSTest]]&lt;br /&gt;
* [[PurpleConsole]]&lt;br /&gt;
* [[Radar]]&lt;br /&gt;
* [[Sally]]&lt;br /&gt;
* [[SalesCall]]&lt;br /&gt;
* [[ScreenShotr]]&lt;br /&gt;
* [[SearchPerfTest]]&lt;br /&gt;
* [[SpinningiPhoneApp]]&lt;br /&gt;
* [[SportsSpeaker]]&lt;br /&gt;
* [[SimpleApp]]&lt;br /&gt;
* [[TouchFighter]]&lt;br /&gt;
* [[TVOutTester]]&lt;br /&gt;
&lt;br /&gt;
== SwitchBoard Apps ==&lt;br /&gt;
* [[ATCommand]]&lt;br /&gt;
* [[BurnIn]]&lt;br /&gt;
* [[CameraFA]]&lt;br /&gt;
* [[GrapeCal]]&lt;br /&gt;
* [[Internal Apps]]&lt;br /&gt;
* [[LcdUTest]]&lt;br /&gt;
* [[Operator]]&lt;br /&gt;
* [[Reliability]]&lt;br /&gt;
* [[Rumble]]&lt;br /&gt;
* [[Soundwave]]&lt;br /&gt;
* [[SkankPhone]]&lt;br /&gt;
* [[SwitchBoard.app]] - launches other apps, similiar to [[SpringBoard]]&lt;br /&gt;
* [[ThermalDOE]]&lt;br /&gt;
&lt;br /&gt;
== Preference bundles ==&lt;br /&gt;
* [[Carrier Settings]]&lt;br /&gt;
* [[Cypress Settings]]&lt;br /&gt;
* [[Internal Settings]]&lt;br /&gt;
&lt;br /&gt;
== Location bundles ==&lt;br /&gt;
* [[FenceTester]]&lt;br /&gt;
* [[LocationMonitor]]&lt;br /&gt;
&lt;br /&gt;
== Apps known to be used by Apple Stores ==&lt;br /&gt;
[[File:Apple Internal Apps.png|thumb|some internal Apple apps]]&lt;br /&gt;
* [[AppleConnect (Application)|AppleConnect]]&lt;br /&gt;
* [[Chatterbox]]&lt;br /&gt;
* [[Concierge]]&lt;br /&gt;
* [[Daily Download]]&lt;br /&gt;
* [[Apple Employee Directory|Directory]] - Apple's employee directory&lt;br /&gt;
* [[EasyPay]]&lt;br /&gt;
* [[Espresso]]&lt;br /&gt;
* [[Enroll iPad]]&lt;br /&gt;
* [[Installer (Internal App)|Installer]]&lt;br /&gt;
* [[iOS Diagnostics (Internal App)|iOS Diagnostics]]&lt;br /&gt;
* [[iRepair]]&lt;br /&gt;
* [[MobileGenius]]&lt;br /&gt;
* [[Pickup]]&lt;br /&gt;
* [[RNNmobile]]&lt;br /&gt;
* [[Radar]]&lt;br /&gt;
* [[Re-Enroll]]&lt;br /&gt;
* [[RetailMe]]&lt;br /&gt;
* [[Red Zone Mobile|RZM]]&lt;br /&gt;
* [[Receipts]]&lt;br /&gt;
* [[Switchboard (App Store)]] - functions as an internal App Store for Apple employees&lt;br /&gt;
* [[Scout]]&lt;br /&gt;
* [[Self Service]]&lt;br /&gt;
* [[SSP]]&lt;br /&gt;
* [[Smart Sign]]&lt;br /&gt;
* [[Touch ID.app|Touch ID]]&lt;br /&gt;
* [[UniBox]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Installer_(Internal_App)&amp;diff=39616</id>
		<title>Installer (Internal App)</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Installer_(Internal_App)&amp;diff=39616"/>
		<updated>2014-02-11T19:17:46Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:AppleInstaller_Icon.png|thumb|Installer icon]]&lt;br /&gt;
[[Image:AppleInstaller02.jpg|thumb|Installer on Smart Sign iPad]]&lt;br /&gt;
[[Image:AppleInstaller03.jpg|thumb|Installer opened]]&lt;br /&gt;
'''Installer''' is an iOS app that is installed on the &amp;quot;Smart Sign&amp;quot; iPads inside Apple Stores. You need to login with [[AppleConnect_(SSO)|AppleConnect]] credentials to use. It is thought to be a web app, which would have been used to install Smart Sign.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://sscontent.apple.com/ Add Installer to Home Screen] (Click Add to Home Screen)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Re-Enroll&amp;diff=39615</id>
		<title>Re-Enroll</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Re-Enroll&amp;diff=39615"/>
		<updated>2014-02-11T19:15:22Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
'''Re-Enroll''' is a web-app known to have been used by Apple Store employees for enrolling in Mobile Device Management. Its functionality is now thought to be provided through Switchboard.&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
{{stub|software}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://enroll.apple.com/ Enroll Your Device] (requires AppleConnect account)&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Smart_Sign&amp;diff=39460</id>
		<title>Smart Sign</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Smart_Sign&amp;diff=39460"/>
		<updated>2014-02-07T21:16:57Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:SmartSign_Icon.png|thumb|Smart Sign icon]]&lt;br /&gt;
[[Image:SmartSign02.jpg|thumb|Smart Sign iPad]]&lt;br /&gt;
'''Smart Sign''' is an iOS app that shows product specs and is installed on the &amp;quot;Smart Sign&amp;quot; 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 &amp;quot;Smart Sign&amp;quot; [[iPad]]s which is shared on a need to know basis among retail employees and which has never been leaked.&lt;br /&gt;
&lt;br /&gt;
== Technical Investigation==&lt;br /&gt;
The app itself is not what disables the home button; it is system-wide and enforced by SpringBoard. In fact, Smart Sign [[iPad]]s have a .mobileconfig profile installed which sets the key SBStoreDemoAppLock to true in com.apple.springboard.plist.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;Apple123&amp;quot;.&lt;br /&gt;
If you want to try it on your device, you can find [http://www.zchristopoulos.com/2012/02/how-to-disable-ipad-home-button-kioskstore-demo-mode/ here] a similar version that works on any device and that is not locked.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://ss.apple.com/ Install Smart Sign] (requires AppleConnect account)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.cultofmac.com/how-the-smart-sign-ipad-displays-at-your-local-apple-store-actually-work/106160 Cult Of Mac]: How the Smart Sign iPads at Your Local Apple Store Actually Work&lt;br /&gt;
* [http://www.idownloadblog.com/2011/07/26/look-apple-smart-sign/ iDownloadBlog]: An Exclusive Look Inside Apple’s Smart Sign&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Smart_Sign&amp;diff=39459</id>
		<title>Smart Sign</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Smart_Sign&amp;diff=39459"/>
		<updated>2014-02-07T21:16:32Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
[[Image:SmartSign_Icon.png|thumb|Smart Sign icon]]&lt;br /&gt;
[[Image:SmartSign02.jpg|thumb|Smart Sign iPad]]&lt;br /&gt;
'''Smart Sign''' is an iOS app that shows product specs and is installed on the &amp;quot;Smart Sign&amp;quot; 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 &amp;quot;Smart Sign&amp;quot; [[iPad]]s which is shared on a need to know basis among retail employees and which has never been leaked.&lt;br /&gt;
&lt;br /&gt;
== Technical Investigation==&lt;br /&gt;
The app itself is not what disables the home button; it is system-wide and enforced by SpringBoard. In fact, Smart Sign [[iPad]]s have a .mobileconfig profile installed which sets the key SBStoreDemoAppLock to true in com.apple.springboard.plist.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;Apple123&amp;quot;.&lt;br /&gt;
If you want to try it on your device, you can find [http://www.zchristopoulos.com/2012/02/how-to-disable-ipad-home-button-kioskstore-demo-mode/ here] a similar version that works on any device and that is not locked.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://sb.apple.com/ Install Switchboard] (requires AppleConnect account)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.cultofmac.com/how-the-smart-sign-ipad-displays-at-your-local-apple-store-actually-work/106160 Cult Of Mac]: How the Smart Sign iPads at Your Local Apple Store Actually Work&lt;br /&gt;
* [http://www.idownloadblog.com/2011/07/26/look-apple-smart-sign/ iDownloadBlog]: An Exclusive Look Inside Apple’s Smart Sign&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Switchboard_(App_Store)&amp;diff=39458</id>
		<title>Switchboard (App Store)</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Switchboard_(App_Store)&amp;diff=39458"/>
		<updated>2014-02-07T21:15:43Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Switchboard_App_Store.png|thumb|90px|Switchboard app icon (5.2 or earlier)]]&lt;br /&gt;
[[File:Switchboard_icon_ios7.png|thumb|90px|Switchboard app icon (6.0 or later)]]&lt;br /&gt;
'''[http://www.bgr.com/nggallery/page-320/album-all/gallery-158/image/2125/ Switchboard]''' (note the lowercase &amp;quot;b&amp;quot;) functions as an internal App Store for Apple employees only. The icon looks similar to the App Store's but has an &amp;quot;S&amp;quot; instead of an &amp;quot;A&amp;quot; and is green instead of blue. Inside there are a variety of applications, some for retail store use, some for service centers, some for corporate employees. Those one gets access to vary depending upon one's [[AppleConnect (SSO)|AppleConnect]] permissions.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;125px&amp;quot; heights=&amp;quot;125px&amp;quot; perrow=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
File:Apple_Connect_iOS_05.png|Switchboard 4.1.1 main menu&lt;br /&gt;
File:Switchboard_6.0_Interface.png|Switchboard 6.0 main menu&lt;br /&gt;
File:sb_7_settings.png|Switchboard 6.0.1 settings menu&lt;br /&gt;
File:Apple_Connect_iOS_01.png|Switchboard 2.6 password login screen&lt;br /&gt;
File:Apple_Connect_iOS_04.png|Switchboard 5.2 pattern login screen&lt;br /&gt;
File:sb_7_pass_login.png|Switchboard 6.0.1 password login screen&lt;br /&gt;
File:Switchboard_iOS7_pattern_login.jpeg|Switchboard 6.0.1 pattern login screen&lt;br /&gt;
File:sb_gesture_err.png|Common Apple IDs cannot login using their pattern&lt;br /&gt;
File:sb_connect_err.png|Switchboard cannot load its content&lt;br /&gt;
File:switchboard_usg.png|Switchboard usage info&lt;br /&gt;
File:switchboard_prov.png|Switchboard provisioning profile&lt;br /&gt;
File:Switchboard_apps.png|Switchboard 5.1 app list&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version History ==&lt;br /&gt;
''This list is incomplete.''&lt;br /&gt;
* 2.4 (presumed to exist)&lt;br /&gt;
* 2.6&lt;br /&gt;
* 3.0 (presumed to exist, mentioned in 2.6)&lt;br /&gt;
* 3.1&lt;br /&gt;
* 4.1.1&lt;br /&gt;
* 4.2&lt;br /&gt;
* 5.1&lt;br /&gt;
* 5.1.1&lt;br /&gt;
* 5.2 (latest version for devices running iOS 5.0 - iOS 6.1.4)&lt;br /&gt;
* 6.0&lt;br /&gt;
* 6.0.1&lt;br /&gt;
* 6.0.2 (latest version for iOS 7+ devices)&lt;br /&gt;
&lt;br /&gt;
When Switchboard is launched, it checks if you're running the latest version. If you're using a deprecated version, Switchboard will not load its content and it will ask you to update.&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://sb.apple.com/ Install Switchboard] (requires AppleConnect account)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[SwitchBoard.app]] (with an uppercase &amp;quot;B&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=MobileGenius&amp;diff=39277</id>
		<title>MobileGenius</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=MobileGenius&amp;diff=39277"/>
		<updated>2014-02-03T05:55:49Z</updated>

		<summary type="html">&lt;p&gt;Johnmonday: /* Revisions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{float toc|left}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
[[Image:Mobile_Genius_icon.png|thumb|MobileGenius icon]]&lt;br /&gt;
'''MobileGenius''' is an app used by Apple Store employees.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Revisions ==&lt;br /&gt;
* 1.5.4&lt;br /&gt;
* 2.1.1&lt;br /&gt;
* 2.6.3&lt;br /&gt;
* 2.7.1&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;100px&amp;quot; heights=&amp;quot;100px&amp;quot; perrow=&amp;quot;6&amp;quot;&amp;gt;&lt;br /&gt;
File:MobileGenius01.png&lt;br /&gt;
File:MobileGenius02.png&lt;br /&gt;
File:MobileGenius03.png&lt;br /&gt;
File:MobileGenius04.png&lt;br /&gt;
File:MobileGenius05.png&lt;br /&gt;
File:MobileGenius06.png&lt;br /&gt;
File:MobileGenius07.png&lt;br /&gt;
File:MobileGenius08.png&lt;br /&gt;
File:MobileGenius09.png&lt;br /&gt;
File:MobileGenius10.png&lt;br /&gt;
File:MobileGenius11.png&lt;br /&gt;
File:MobileGenius12.png&lt;br /&gt;
File:MobileGenius13.png&lt;br /&gt;
File:MobileGenius14.png&lt;br /&gt;
File:MobileGenius15.png&lt;br /&gt;
File:MobileGenius16.png&lt;br /&gt;
File:MobileGenius_usg.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple Internal Apps]]&lt;br /&gt;
{{stub|software}}&lt;/div&gt;</summary>
		<author><name>Johnmonday</name></author>
		
	</entry>
</feed>