Wednesday, April 2, 2014

How do you install application to your iOS device using Xcode organizer ?

Applications can be installed to the iOS device by using Xcode. You can even install applications which are downloaded from iTunes too. First thing you need to do is download Xcode 4.5.2 for your Mac system. 

Steps to install

1) Open Xcode application in Mac system through Dock

2) Click on the Windows list in Xcode system bar

3) Select Organizer ( Short cut: Cmd Shift 2)

4) Organizer window would open

5) Click on Provisioning Profiles in Library section 

6) Simply drag the provision profile provided by the developer to the library window to add the provision profile or click on import to get the required provision profile.

7) Now Click on the device which is connected ( Green Dot ) in Devices section 

8) Click on Application

9) Drag and drop the application from Finder to window or you can tap on Add to get the required file from finder.

10) Progress indicator would appear indicating about application being installed.

11) Check in device to confirm if application is being installed.

Note: 

- If valid provision profile is not installed, a alert message would be displayed at end during installation

Adios