7

I intend to download the renewed Apple developer certificates and provisioning profiles in Visual Studio 2022.

The new certificates and provisioning profiles are present in the Apple Developer website:

enter image description here

The keychain and Xcode contain the cert.

In the golden days, there was Automatic provisioning in Visual Studio.

Apple decided to no longer support this.

When I choose Automatic provisioning, I get an error, in the log, I have this message:

The Apple Developer Portal web API for creating certificates is no longer supported. Please create your certificate manually

So I tried to create a manual cert in the Xamarin -> Apple Accounts pane, but it no longer contains a Create certificate or Download all profiles button.

enter image description here

If I download the .p12 file from the Mac and import it, it has no effect.

So what else can I do?

Nestor
  • 8,194
  • 7
  • 77
  • 156
  • https://stackoverflow.com/questions/62567877/stuck-request-a-certificate-from-a-certificate-authority-in-keychain-access-on – Jason May 17 '22 at 13:20

1 Answers1

1

This has been resolved in version 17.3.1 of Visual Studio.

Visual Studio now uses an API key to access apple and create certificates, you'll have to delete the old account, create and use the new API key.

Creating API Keys for App Store Connect API

Guy
  • 86
  • 9