1

I am working on an app, built in Unity, and have built it to launch on Android and it works fine. I work on a PC.

I am now trying to convert the code to iOS. I have borrowed a friend's MacBook Air in order to meet the requirements needed for Apple. The first step requires me to make certificates.

I do not own this laptop. Does the certificate stay with the machine or is it just a file I can save into the cloud?

Also is the certificate required for updates in the future?

I ran into an issue previously where I created a certificate in Google Play and accidently deleted it, which forced me to make a whole new app. This made a whole bunch of other issues occur.

Tim Cooley
  • 749
  • 4
  • 19
  • 38

1 Answers1

5

You can generate the p12 files then that way you can use the certificates on another system. Refer to this link

Add these p12 files to your system keychain on another mac and you are good to go.

Hope this helps.

Community
  • 1
  • 1
Md. Ibrahim Hassan
  • 5,359
  • 1
  • 25
  • 45