user3034944
user3034944

Reputation: 1761

Sign ipa for iOS App with Client provisioning profile

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.

Upvotes: 1

Views: 1199

Answers (2)

S. Matsepura
S. Matsepura

Reputation: 1693

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.

Upvotes: 0

user6930374
user6930374

Reputation:

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

Upvotes: 0

Related Questions