问题
I have a problem, I've got ad-hoc distribution povisioning profile. I have done all procedure product/archive and there are only two buttons validate and distribute and NO share button.
What to do? I followed this tutorial http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/ But there no button share.
I tried to click distribute then chose save for enterprise or ad-hoc distribution then saved it but ipa file doesn't work on IPhone(.
Please help me.
回答1:
I will try to make it simple for you:
- Collect UDID for each iPhone/iPad you have then login to the provisioning profile and open the Devices page and add them.
- Generate distribution certificate from the provisioning portal
- Create new APP ID with bundle ID
- Create ad-doc dist. profile
- login to iTunes Connect and create the App details
- download and install the ad-hoc profile and the certificate you generated.
- configure your xcode project to referee to the bundle id and sign the build with the profile you just installed.
- archive the project and distribute it through www.testflightapp.com or just send the ipa file to the testers so they can install it through iTunes.
- TestFlightApp will make your life easier and save you time telling the testers how to download the ipa through the itunes.
回答2:
Do you have the UUID of the device you are trying to install to registered to your developer account and added to your ad-hoc provisioning profile?
Is the build configuration used for archiving set to use this provisioning profile?
When you archived to a .ipa, did you try to install it through iTunes?
来源:https://stackoverflow.com/questions/11917848/ad-hoc-distribution-in-xcode-4