Installing app on Devices(iPhone/iPod)

Posted by Shakti on Stack Overflow See other posts from Stack Overflow or by Shakti
Published on 2010-05-20T10:44:01Z Indexed on 2010/05/20 10:50 UTC
Read the original article Hit count: 254

Filed under:

Hi, I have developed an application for iPhone and iPod touch. Now i want to install that app on the device. I have created a provisioning profile for the particular device. My query is that, now to install the app on a device I have to add the provisioning profile of that device to xcode and after selecting the developer in build option in project info pane i build the project and send the build and provisioning profile to the user. Is there any to install the app without doing the above task of building the project with the provisioning profile. Means i have a build of an app and a newly downloaded provisioning profile. I will send the user both build and profile in a zip file. will the user be able to install the app on his/her device?

© Stack Overflow or respective owner

Related posts about iphone