exporting an ipa file without the developer account does not work anymore

I work in an organisation which outsources the development of iOS apps to external companies. to avoid sharing the developer iOS distribution certificate with them, we were asking them to export the ipa file (unsigned, without the developer accounts). we were then signing the ipa file in house and performing the distribution ourselves.
The reason for this is because sharing the iOS distribution developer certificate would (in theory) allow them to publish whatever app in the name of our public organisation in the App Store, which we must avoid.
The steps we used to follow were:
  1. Requesting the app bundle id, and we were creating it.

2 Requesting the bundleID, which we were registering. Ideally the bundleid is something like int.orgname.<appname>
3. Requesting the unsigned ipa with the correct bundleID previously created by us.
4. The development company would then deliver to us the unsigned version
5. We were then signing the ipa file
6. Finally, we were perform the app upload together with: print screens , description, price, all the Apple required info.

The problem is that step 4 does not seem to work anymore in the new xcode.

Do you have any workaround which does not involve the sharing of the iOS distribution certificate ?

Thanks for taking the time to read my post. Much appreciated !

The problem is that step 4 does not seem to work anymore in the new xcode.

Define “new” in “new Xcode”?

Also, my general advice here is that you have your developer ship you an .xcarchive rather than a .ipa. That avoids the need for an export step, which should avoid this problem.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
exporting an ipa file without the developer account does not work anymore
 
 
Q