What is needed to create an ipa for Enterprise Distribution? (iOs - iPhone - iPad)

I am working on a project that will be distributed internally. So, I did some research on this, and all the guides and guides begin with creating a file (.ipa).

The question is how to sign the code in the way my client can distribute the application using corporate distribution and not providing me their certificates?

+3
source share
3 answers

Enterprise program Distribution certificates (and private keys) are required to sign an application for corporate distribution. Either the client can trust the keys you need, or you can send the project to the client for final assembly, or the client can re-sign the compiled application package.

An application can be rewritten using the command line Mac OS X; Xcode 4 launch is not required.

+4
source

To see an example of an unsigned version of the code and instructions for gloriously signing the code, see http://easewiki.apperian.com/index.php/Code_Signing

This method allows command line signing on any Mac.

+2
source

. , /, , .

Xcode4, ad hoc, . Xcode4 . , Xcode4 -, , , .

-1

Source: https://habr.com/ru/post/1795626/


All Articles