bcb
bcb

Reputation: 939

Xcode Archive Build, Adhoc builds, and new devices

I use Xcode's "Build and Archive" feature to create an .ipa file that I can share with my testers, makes Adhoc distribution much easier.

My question - when I get a new "tester" (device) . . . is it just a matter of adding the device to the provisioning portal and including that device in the adhoc provisioning profile . . . or do I also have to re-download the provisioning profile, replace the provisioning profile in Xcode, and do the "Build and Archive" over again (for the App to work on the new device)?

I've always been assuming I had to do the latter, but just making sure. It is a real hassle having to do that everytime I get a new tester.

Thanks,

Ben

Upvotes: 1

Views: 630

Answers (1)

Caleb
Caleb

Reputation: 124997

You'll certainly need to download the provision profile after you modify it, but you shouldn't have to rebuild the app. When you go to share the app with someone, Xcode offers to re-sign it and lets you choose the profile you want to use.

Upvotes: 2

Related Questions