Reputation: 1237
How can I code sign Ios app using xCode for a client. He already sent me a certificate and a provisioning profile but how to use them to code sign the app.
Notes: 1- I don't have an apple developer account. 2- the app is developed by Unity. 3- I used cocapods for google play services to work on Ios this is how I used it (Check out FaHu answer).
Please help I've never used xCode before so am new to Ios in general if you can provide a step by step that will be so appreciated as am stuck to do this for a month and a half.
Upvotes: 1
Views: 3345
Reputation: 894
First of all, import the Development Certificate into Keychain Access by clicking on it. Then, go ahead and add the provisioning profile to Xcode by clicking on it as well.
In Xcode, go through the following steps:
Be sure to login with the Apple ID the certificate is bundled to. You can do that in the Xcode settings (cmd + ,).
Upvotes: 0