Why do I get error "provide a properly configured and signed bearer token" when creating cert after upgrade to VS 17.12

Kurt K 136 Reputation points
2024-12-04T18:56:41.9666667+00:00

I recently upgraded to Visual Studio 2022 17.12. At about the same time, my ios development cert expired.

So I needed to create a new development certificate.

First I tried to create a one using the "Create Certificate" dropdown by:

  • Choosing the Tools -> Options menu item
  • Navigating to Xamarin -> Apple Accounts
  • Chose my existing Apple account
  • Clicked "View Details..."

I got the "... provide a properly configured and signed bearer token ..." error.

Then I tried to create a new cert consulting the video by Gerald Versluis: https://www.youtube.com/watch?v=kpZi5xAvpZA

It seemed to work since a new cert shows up as active on my Mac and in my Apple developer account.

I then edited my existing dev provisioning profile to replace the old cert with the new one.

However, I could not get the new cert and provisioning profile to show up in Visual Studio.

Finally, I decided to create a new .net maui project to see if I could then see the new cert and provisioning profile in visual studio - I could not.

Also, still in this new project the "Create Certificate" dropdown still generates the same error.

Can you give me hints on how to proceed?

Thank you

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,700 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.