Hi Guys
Is it possible to build an unsigned iOS container without even including a provisioning profile?
My customer does not want to share their iOS developer private keys with me (hence the need for the unsigned iPA that they will resign), but they also wanted to know if I could build the IPA without them providing the provisioning profile since they will just add it when they resign it.
Is this possible?
2 Likes
@forumfred thanks for the question. The JourneyApps container build process for iOS requires a valid provisioning profile to build the ipa even if the customer will finally sign the build themselves.
Our process requires the provisioning profile to minimize potential issues when building the package and validating the correct iOS configurations (e.g. App ID, capabilities and entitlements)
Finally, since the provisioning profile is not a sensitive document / file your customer should not have any issues sharing it with you.