Installing app on Devices(iPhone/iPod)
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 s开发者_运维百科electing 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?
Thats a bit of a confusing description, but I think the answer is yes. I normally ZIP the app before sending. The user must install the profile then the app by draggin into applications in iTunes (windows) or just ot iTunes on the Dock (Mac)
精彩评论