I have developed an iOS for my client using my developer account where I manage the provisioning profiles and certificates etc. and that account is linked to xcode. However, my client wants to deploy the app using their provisioning profile.
They do not want to add me to their development account, because I am doing a freelance project and they dont want me to have access to their other apps.
They sent me an adhoc and distribution provisioning profiles (.mobileprovision) they created through their developer account. They instructed me to add the provision profiles to my keychain and then I would be able to use it.
However, when I try to deploy the app I get the following error: No provisioning profiles with a valid identity (i.e. certificate and private key pair) were found
Is it at all possible to use provisioning profiles that are not associated with my developer account? Any suggestions would be greatly appreciated!