I want to give a ipa file to a tester.
I first create a new Provisioning profile that is ad hoc . After I download it and I see in organizer xcode could not find a valid private key certificate pair for this profile in your keychain.
I tried to arhive application and create ipa but it does not work for the other programmmer. Where should i add the test.mobileprovision?
When I create this one I choose the developer for which i have certificate in my keychain
Thanks ,
Raluca
I want to give a ipa file to a tester. I first create a
Share
seems to indicate that you have no Distribution certificate in your keychain.
To build ad-hoc applications, you will need a distribution certificate, as well as a distribution provisioning profile.
The guide in your Provisioning Portal explains step by step how to build an app for ad-hoc distribution:
https://developer.apple.com/ios/manage/distribution/index.action
Also here is good guide to help you build your app for ad-hoc.