Question

I am making an app that needs to be released by the client.

Am I able to build and sign the final binary with my distribution certificate and send it to the client to upload?

Or will I have to send them the source to compile with there own certificate?

Cheers

Was it helpful?

Solution

You can have them send you their certificate. They'll need to export it from Keychain Access, and send you the .p12 file. Then you can import that into your keychain, and build against their distribution mobileprovision file.

Otherwise, there's no way let them distribute your binary.

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