Posts

Post not yet marked as solved
1 Replies
515 Views
I am facing the below problem. I do not provide distribution certificates to development contractors. Therefore, the development contractor cannot create a signed package file for distribution. I will not be provided with source code by the development contractor. Therefore, I cannot build from the source code and create a package file for distribution. In this situation, can I obtain the binary (ipa file?) from the contractor and create a signed package file for distribution? Also I found this post on this forum (https://developer.apple.com/forums/thread/717503)) • If the client is happy to add you to their team with appropriate privileges, you can send them a distribution-signed .ipa and they can upload it using Transporter. That’s a relatively smooth path. • If not, a common practice is to send them a development-signed .ipa and have them re-sign it. This is a very rocky road and I recommend against it. A better option is to send them an Xcode archive (.xcarchive) and have them submit from there. They have to install Xcode, but that’s not too hard. >A better option is to send them an Xcode archive (.xcarchive) and have them submit from there. They have to install Xcode, but that’s not too hard. It is recommended to use .xcarchive. For this method The development contractors creates an .xcarchive file from the development certificate and provisioning file. Can I use Xcode to create a distribution package file from the development .xcarchive I receive? If possible, could you please tell me the specific steps?
Posted
by tt26sw34.
Last updated
.