I want to AdHoc test an application. My client owns an Apple account and I am member of the team (he added us).
We want to use this technique http://www.innerfence.com/howto/install-iphone-application-ad-hoc-distribution to send the ipa and mobile provision to our client.
The problem is that if I download my client's provisioning profile to generate the ipa it is not paired with any private key in my XCode (valid signed identity not found).
I am completely lost. How can I fix this?
What I want to do is: generate an .ipa and send it with my client's .mobileprovision file.
You will need your client's public/private key pair belonging to their Distribution certificate. The key pair is probably currently only available on the computer that they used to create their certificate.
They will need to perform the following steps to send you their key pair:
Good luck!