Installing the Electric Plum iPhone Simulator in Visual Studio 2013
I’m going to file this under “Late to the Party Again”, but I just learned that Microsoft offers a free version of the Electric Plum iPhone/iPad Simulator through Web Matrix. The version is a lite version, but well worth the free download.
- First, if you don’t already have it, install and run Web Matrix.
- Once Web Matrix is open, create a new site (I chose the empty site template).
- On the tool bar, click on the
Extensions
button. - Search for the
iPhone Simulator
if it’s not already on the screen. - Click the
Install
button and click through to install the simulator. - You may close Web Matrix once the installation is complete.
- Start up Visual Studio 2013 and open your solution
- Click the down arrow next to the
Play
button - Click the
Browse With
menu item - In the
Browse With
dialog, click theAdd
button - In the
Add Program
dialog, navigate toC:\Users\<your account name>\AppData\Local\Microsoft\WebMatrix\Extensions\30\iPhoneSimulator\ElectricMobileSim\ElectricMobileSim.exe
in the program field. - In the
Arguments
field, enter"1"
to simulate an iPhone, or"2"
to simulate an iPad. - Click the
OK
button - Now you may select your new emulator from the list of browsers.