Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
359 views
in Technique[技术] by (71.8m points)

iphone - AdHoc provisioning - what's the easiest way to add a few more devices to an existing project that's still in development?

I have a project that I've been working on for a while. It is a standard Xcode/Objective-C iPhone app. I created the provisioning file for my device and a couple others. Now I would like to add a few people as testers.

Do I need to download and install a new provisioning file?

Do I need to change settings in Xcode?

What's the easiest way to do all this?

Thanks!

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You will need to create, download, and distribute a new .mobileprovision file, and reconfigure your project to use it:

  1. In the iPhone Developer Program portal, add the new devices.

  2. Edit your existing ad hoc distribution provisioning profile and check the boxes to add the new devices to the profile.

  3. Refresh the Distribution tab for a few seconds until the profile status changes from Pending to Active.

  4. Download the modified .mobileprovision file, and install it by dragging it onto the XCode or iTunes icon in your dock.

  5. In XCode, right click on your target, do Get Info -> Build, and change your Configuration to Distribution.

  6. Change the setting under Code Signing Identity -> Any iPhone OS Device to use your new provisioning profile. Pay close attention to the dates in the list and make sure you use the most recent copy.

  7. Distribute the new .mobileprovision file to your users with your next ad hoc build.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...