Using multiple provision certificates when making a IPA native build

0
To test the application we are making in TestProject, we need to make an IPA using a wildcard provision certificate, but to release the app to the app store we need to make the same IPA with a different provision certificate. The problem is that we now must make 2 IPA’s everytime we want to release and test the application. Is there a way to use 2 provision certificates when making 1 native build?
asked
1 answers
0

Hi Haval, 

An IPA build must be maped with a single provisioning profile and p12 certificate. So. It is not possible to add multiple profiles to a single application. 

 

Xcode itself has option to add a single profile for an IPA build. 

 

answered