ios - what is the right code signing configuration for an Ad-Hoc build meant to be transfered from itunes to device?

StackOverflow https://stackoverflow.com/questions/15729626

Question

I am learning how to create an ad-hoc version of the app so that I can put it on my local iTunes and from that, to transfer it to the device.

I created a distribution provisioning profile and named it Production Provisioning AdHoc. Then I added the device I am testing on to that profile. Then in code signing, for the distribution setting, I set it to that provisioning profile, but what should be the develop setting? Does that matter?

The problem I am experiencing is that when I archive my project and distribute it as AdHoc, I am able to see the app in iTunes, but when I do the sync and apply to transfer it to the device, even though iTunes says the app is on the device, the app never gets installed on the device.

Please help me understand what I may be doing wrong and how to fix it. I have been stuck on this since yesterday.

Thanks, Alex

Was it helpful?

Solution

Not sure about iTunes allow .ipa transfer or not. But you can use Xcode to transfer .ipa to device.

Here is steps to install .ipa to your device.

« Open Xcode->Window->Organisor.
« Click on devices tab
« Drag your .ipa to your device listed in side bar.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top