Apple Developer Account: Individual - error 'There was an error while trying to log in: Provide a properly configured and signed bearer token, and make sure that it has not expired learn more about generating tokens for API requests'

Brian Kekana 26 Reputation points
2022-11-22T08:48:18.217+00:00

I have an issue when trying to sign in with my apple developer account on visual studio 2022 (v17.4.1). Firstly, I when trying to sign in as an 'individual account' I get this error ‘there was an error while loading your certificates: The Apple Developer Portal only supports Enterprise accounts. Remove your account and re-add it as an 'individual' account and then try again'. Secondly when when trying to sign in as an 'enterprise account' I get this error 'there was an error while trying to log in: Provide a properly configured and signed bearer token, and make sure that it has not expired learn more about generating tokens for API requests'.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
0 comments No comments
{count} vote

5 answers

Sort by: Most helpful
  1. ROBERTO ALCIVAR 5 Reputation points
    2023-06-21T15:20:51.1066667+00:00

    Did you find the solution to the problem? I'm going through the same situation and I can't solve it.

    1 person found this answer helpful.
    0 comments No comments

  2. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,416 Reputation points Microsoft Vendor
    2022-11-22T09:31:06.39+00:00

    Hello @Brian Kekana ,

    Your Apple developer account is an Individual account, you have to generate an API Key, which is an Apple update.

    About how to generate an API Key, you can follow the steps blew: Go to App Store Connect, click User and Access, go to Keys tab, choose App Store Connect API , then generate an API Key. After that, you can open VS and go to Tools-> Options-> Xamarin-> Apple Accounts -> Add-> Individual account, enter your API key.
    (Note: Please be careful to save the downloaded key, it can only be downloaded once.)

    For more details, you can see Creating API Keys for App Store Connect API on developer.apple.com.

    After that, you can click View Details to load the certificates and Provisioning Profiles.

    Best Regards,
    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. gf 0 Reputation points
    2023-07-03T08:11:53.8433333+00:00

    Hi,

    I ran into the same problem. Reason was a wrong issuer ID.

    Issuer ID is also shown on the top of the Keys Tab

    Maybe it helps


  4. Michael Hamilton 0 Reputation points
    2023-08-04T22:05:29.0233333+00:00

    For me I had the same issue, everything worked ok when I put in my own name of my account into visual studio instead of the name of the Api key.


  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more