1

I have an iOS app I created for a client. The client has provided me with a distribution provisioning profile, a .p12 key and a developer certificate.

I now want to sign my app using the provisioning profile provided by the client. I have previously signed my other apps with provisioning profile from my Apple id. I need to know how I can sign it with the client provisioning profile.

Any help is appreciated. Thanks.

user3034944
  • 1,541
  • 2
  • 17
  • 35

2 Answers2

0

Install client certificate on your system and set the certificate and provisioning profile in signing.Signing

  • Thanks for the answer. I installed the certificate. the Signing authority does show the name of the distribution certificate. But the Provisioning profile shows "Unknown" – user3034944 Jun 16 '17 at 11:17
  • Is there a way I can check if the provisioning profile is successfully installed? – user3034944 Jun 16 '17 at 11:21
  • Iphone Configuaration utility http://iphone-configuration-utility.soft32.com/mac/ –  Jun 16 '17 at 13:03
  • 1
    So your provisioning profile dropdown only shows "Unknown"? The profile you were sent isn't available to choose as an option? You can check if the provisioning profile was installed by looking in the directory at `~/Library/MobileDevice/Provisioning Profiles` – wottle Jun 16 '17 at 14:46
  • @VishalKalola looks like the tool is no more available with iOS8 – user3034944 Jun 19 '17 at 05:49
  • its mac software not mobile software. install on your system. at the time its giving error but ignore that error and install anyway. its work fine. –  Jun 19 '17 at 05:56
  • @VishalKalola It does not install. It says installation failed – user3034944 Jun 19 '17 at 06:13
  • The last screen that shows message `"The installation failed" The installer encountered an error that caused installation to fail.Contact software manufacturer for assistance` – user3034944 Jun 19 '17 at 08:40
  • @wottle thanks for the answer. The Profile seems to have installed. But I still cannot see it in the drop down list while signing the ipa – user3034944 Jun 19 '17 at 08:56
  • if its already install then another way is import manually in Provisioning Profiles above screen –  Jun 19 '17 at 09:31
0

Maybe you need to login in Xcode account with the account from that team?

Xcode -> Preferences -> Accounts and add account that connected to your team.

S. Matsepura
  • 1,673
  • 1
  • 17
  • 24