kamalraj venkatesan
kamalraj venkatesan

Reputation: 425

Error while uploading binary to app store

I'm trying to upload binary to app store but i got the below issue.

"Your account already has valid distribution certificate."

But i have valid distribution certificate. This is happening while uploading new app as well as uploading new version of old app. I tried with XCode 6.1 and 6.2 beta. I also tried with multiple machine. I don't know for which cases this error will be shown.

Upvotes: 2

Views: 253

Answers (1)

Vignesh PT
Vignesh PT

Reputation: 644

This will happen when you have already generated a distribution certificate, and the distribution certificate that you have used to sign the application is different from the one that is present on Apple Developer Portal.

Try revoking the certificate in the Apple Developer Center, then go to XCode, Preferences, Select your Apple Id which has enrolled to the developer program, Click "View details", then Click on the "+" button and click on "iOS Distribution".

enter image description here Then refresh the Provisioning profiles. Make sure you are connected to the internet. I am hoping that this will fix the issue.

Upvotes: 1

Related Questions