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:
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.
If I download the .p12 file from the Mac and import it, it has no effect.
So what else can I do?

