Unity compile for mac on windows

broken image
broken image

csr file that you generated in previous step – Create Production certificate (for App Store and Ad Hoc)

broken image

– Go to “Certificates, Identifiers & Profiles” – Now you can upload the generated “CertificateSigningRequest.certSigningRequest” file into Apple Developer site (when creating the Production Certificate in next step) Setting Up Apple Developer Licenses – Enter following command> openssl req -new -key mykey.key -out CertificateSigningRequest.certSigningRequest -subj CN=YourName, C=US” – Enter following command> set OPENSSL_CONF=c:\YourOpensslFolder\openssl.cnf – Download missing openssl.cfg file from this page and place it to the same folder with openssl (with filename openssl.cfg) – Enter following command> openssl genrsa -out mykey.key 2048 – Open Command Prompt on that folder *Note: Must run command prompt as an Administrator! – Download openssl binary : (i used this version ) CSR file in Windows (Certificate Signing Request) (but you’ll need to have the project at source control somewhere, for example, ) Creating. – Follow cloud build instructions there, its quite simple to setup iOS project – Join Unity Cloud Build (if you haven’t already) :

broken image

With Unity Cloud Build service, you can create iOS apps, without ever needing Macintosh+XCode! First steps