Question

I have an application that will be used by multiple clients. I do not want to share the source code with them though. Im not an expert on iOS development, but if I build the application what can I send them that will be necessary for them to submit it to the app store, but wont be able to see the source code. Or do I have to submit the application myself?

Was it helpful?

Solution

You can build the archive yourself and send them the .ipa file which they will submit via the application loader.

More info in this question: Validate and submit ipa to AppStore without source

However, the easiest way, and the one that seems to be more used, is for you to log in via the clients credentials and submit the app directly.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top