Search code examples
iosxcodeprovisioning-profile

iOS ad hoc distribution with .p12 from customer


I have an app developed and working with our company's profile and distribution cert. I just recieved the .p12 from the company that we are going to be distributing to, and am trying to rebuild the app with their certificate. However, when I select 'Archive' I receive

"No unexpired provisioning profiles found that contain any of the keychains signing certificates"

I believe I'm missing something here, but google and I can't figure it out. Do I need a new profile with that certificate in it? If so how do I go about uploading the .p12?

Thankyou very much.


Solution

  • With the p12 you are enabling your computer to make releases for the outside company but what you need right now is the provisioning profile associated with that app (it will be specific if you have in app purchases or push notification otherwise it will be the default developer profile) and that .p12

    enter image description here