How to install iOS 7 beta

BY Jason

Published 12 Jun 2013

ios-7-logo

Apple unveiled iOS 7 at WWDC 2013 Keynote address yesterday, which features a completely redesigned user interface and new features such as Control Center, AirDrop for iOS, smarter multitasking and iTunes Radio.

If you’re new to iOS development and want to install the iOS 7 beta on your iPhone, iPad and iPod touch to test your apps, then check out this step-by-step guide.

Some important points before we start:

  • We’re assuming that you’re a member of Apple’s iOS Developer program. If not you can enroll for the program for $99 per year.
  • This guide is only meant for developers who want to test their apps on iOS 7 beta. As we reported earlier, some users have managed to install iOS 7 beta on their device without a developer account/UDID registration. You can check this post for more details.
  • Beta versions are usually buggy, so please proceed at your own risk
  • Please ensure that you’ve taken a backup of your iOS device to iCloud or iTunes before you upgrade to iOS 7 beta
  • Please note iOS 7 beta is only compatible with the following iOS devices:
    • iPhone 5, iPhone 4S, iPhone 4
    • iPad 4, iPad 3, iPad 2, iPad mini (iOS 7 beta for iPad is not available currently)
    • iPod touch (5th generation)
  • Jailbreakers please note that it is highly unlikely that tools to jailbreak beta versions of iOS 7 will be released

You can follow these step-by-step instructions to install iOS 7 beta on your iOS device:

Provisioning

This is where you assign devices for development and testing purpose

  • Login to iOS Dev Center
  • Click on the Certificates, Identifiers & Profiles at the top right of the sidebar
  • Next click on Devices in the left navigational panel
  • Then click on the + button to add your iOS device
  • Here you need to enter the UDID of the iOS device, which is a 40 hex character string. You can find the UDID using either Xcode or iTunes:
    • Xcode method – Connect your device to your Mac and open Xcode. Then in Xcode, navigate to the ‘Window’ drop down menu and select ‘Organizer’. You should now see your device’s UDID. Double click on it to highlight and press Command+C to copy the UDID to your Clipboard.
    • iTunes method – Connect your iOS device to your Mac and launch iTunes. In iTunes, select your iOS device in the ‘Devices’ section and navigate to the Summary tab. Click on the Serial Number label, this will show the Identifier field and the 40 hex character UDID. Right click on the UDID and then click on Copy Identifier (UDID) to copy it to your clipboard.
  • Go back to iOS Dev Center, now enter the name of the your iOS Device and paste the UDID that you have copied from the above step and click on the Continue button.
  • You will be prompted to review the details. Click on the Register button, followed by Done to complete the registration process for your iOS device.

Download iOS Software

  • Navigate back to the iOS Dev Center
  • Under the iOS 7 SDK Beta tab, download Xcode 5 Developer preview and install it on your Mac
  • Download iOS 7 beta for your iOS device. After it has been successfully downloaded, double click on the .dmg file to mount it.
  • Ensure you have the latest version of iTunes (v11.0.4 or later) installed

Install iOS 7 Beta

You can install iOS 7 Beta using Xcode or iTunes. It is a lot easier to install using iTunes and the preferred method for app testers.

iTunes method

  • Open iTunes
  • Connect your iOS device to your Mac and launch iTunes.
  • In iTunes, select your iOS device in the ‘Devices’ section and navigate to the Summary tab.
  • Hold down on the Option key (or the Shift key in Windows) and click the Restore iPhone… button.
  • Now select the .ipsw file from the mounted drive to install iOS 7 beta and click on the Open button.
  • iTunes will inform you that it “will erase and restore your iOS device to iOS 7 and will verify the restore with Apple”. If you’ve taken a backup of your iOS device, then click on the Restore button.
  • iTunes will now extract the software and install iOS 7 on your iOS device.
  • After the device reboots, if you have Xcode running in the background then it should display the ‘New Device Detected’ dialog. Click ‘Use for Development’.
  • Then set up the device from the backup using iTunes or from iCloud to complete the installation.

Xcode method

  • Connect your device to your Mac
  • Then launch Xcode and close iTunes
  • Navigate to Windows -> Organiser
  • Select your iOS device in the ‘Devices’ section
  • Then Click on Use for Development, here you may be prompted to enter your login details
  • Click on the Software version and click on the Other version
  • Now navigate in Finder to the iOS .ipsw file downloaded from the iOS Dev Center and select it
  • When you see iOS 7.0 beta in the Software version, click on Restore iOS device
  • After the device reboots, if you have Xcode running in the background then it should display the ‘New Device Detected’ dialog. Click ‘Use for Development’.
  • Then launch iTunes and set up the device to complete the iOS installation

That’s it, you’re all set to start testing your apps on your iOS device running iOS 7 beta.

As always, let us know how it goes in the comments section.

Related:

How to downgrade from iOS 7 beta to iOS 6