Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to install a provisioning profile without iTunes?

I made an adhoc version of my iPhone app for a beta tester and he installed it on his device and everything was working fine. Yesterday, he got a message saying that the provisioning profile is about to expire in four days. He is on the road and doesn't have his computer with him so he can't sync his device with iTunes. Is there a way for me to send him a new provisioning profile to install on his device without the ability to sync to a computer?

Thanks,

like image 563
Rony Rozen Avatar asked Aug 02 '10 18:08

Rony Rozen


People also ask

Can developer create provisioning profile?

Only team agents and admins can create development provisioning profiles. This profile contains a name, a set of development certificates, a set of device IDs, and an app ID. A development provisioning profile ties developers and devices to a development team.

Do I need a provisioning profile?

A provisioning profile links your signing certificate and App ID so that you can sign apps to install and launch on iOS devices. You must have a development provisioning profile to sign apps for use with iOS Gateway version 3.4 and later.


2 Answers

He can add a provisioning profile to his phone using the iPhone Configuration Utility. He will still need access to a computer that he can install it to, but he won't need to sync with iTunes.

UPDATE: Apparently, as of iOS 4, you can add the provisioning profile without the use of a computer at all. Check out this article.

like image 136
Cory Kilger Avatar answered Oct 23 '22 14:10

Cory Kilger


You can do everything through the Organizer in XCode 4. Once in XCode go to Window -> Organizer -> Devices and connect the iOS device you wish to install the provisioning profile on. Click "Add To portal" and the device will automatically get added to the portal and the provisioning profiles will get updated on the iOS device.

like image 37
Nirma Avatar answered Oct 23 '22 14:10

Nirma