Installing the app on devices (iPhone / iPod)
I have developed an app for iPhone and iPod touch. Now I want to install this application on my device. I created a provisioning profile for a specific device. My request is that now, in order to install an app on a device, I have to add the provisioning profile of that device in xcode and after selecting the developer option in build in the project info area. I am building a project and submitting the build and provisioning profile to the user. Is it possible to install the application without completing the above task of creating a Provisioning Profile project. So I have an app build and a provisioning profile recently loaded. I will send the user both the assembly and the profile to a zip file. will the user be able to install the application on their device?
a source to share