i#1)
Make the application and have it running in simulator
#2)
Get Apple developer account and login to the provision portal
#3)
Run KeyChain application and from Certificate Assistant select Request a Certificate .. and this should be saved on the desktop
#4)
Generate a "DISTRIBUTION" not "DEVELOPMENT" Certificate and provide the file that was created in the step 3. Download this certificate file and drag to the key chain. Now, under the project settings ensure that Code Sigining Identity has same name as the certificate name
#5)
Add Devices that need to be run on the Provision Portal (there are some applications that can tell the iphone device id)
#6)
Create an App Id with com.companyName.*, it should be insured that the infolist.plist file should have same companyName under Bundle Id
#7)
Create Entitlements.plist and set "get-task-allow" to not selected (boolean)
#8)
Drag the provision file to the xcode and this should add the provision file
#9)
Build!
#10)
Compress the built file and send the compressed built along with provision file to the customer
Resources
http://www.blogger.com/post-create.g?blogID=2017965258314964010
http://www.furmanek.net/54/iphone-sdk-22-codesign-error/
http://www.jeroenvanwissen.nl/content/howto-iphone-application-development-environment
http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/120-Running_Applications/running_applications.html
No comments:
Post a Comment