I'm building an app for someone who wants to submit the app to the iOS app store on their own developer account, instead of mine. I'd rather not send my source code, so how might I send them a built project that they can open in XCode to submit for review, without revealing the source code?
Asked
Active
Viewed 1,133 times
0
-
1*What they want to review in the code??* Ask you client for provisioning profiles for that app created using his developer account. Tell him to share them with you & code sign the project with those provisioning profiles. Dont forget to tell them to create **Distribution Provisioning Profile**. Archive the project to create .ipa file & then send .ipa file via email. He can use this file to upload to app store – hp iOS Coder Feb 27 '13 at 05:00
1 Answers
2
None of the build project can be opened in XCode.
XCode is an IDE for writing, editing source code, not just to launch and submit for review.
You need to give source Code, if you want the person to use XCode.
EDIT:

Community
- 1
- 1

Anoop Vaidya
- 46,283
- 15
- 111
- 140
-
Is it possible to upload a build project for review without using XCode? – user1328035 Feb 27 '13 at 08:33