Monday, August 22, 2011

Provisioning Profile for IPhone App

developer.apple.com

1) sign in with ID and password for apple.
2)Add the devices to which you want to deploy.
To do this, you need to have the device "ID" and name. The device ID can be accessed by selecting the device form 'Application > > Utilities > > Iphone Configuration Utility
3)Now click on "Provisioning" tab
4) New Profile
5)AdHoc
6)Select the device
7)"Submit"
8) Download the profile
9) Double click on the downloaded profile(file with .mobileprovision) extension
10)Click on "Add to Library"

Using this profile ID in XCode :

1) Open XCODE
2) select 'Build Settings'
3) in 'Code Sign' - select Profile that you just downloaded for all

4) Set AppID to "App ID in the provisioning profile"
5)set 'Bundle ID' of the file , -info.plist, to this same ID.

Now App is ready to be 'Build' and 'Run'.

No comments:

Post a Comment