docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

this process does not work for individual accounts - there must be some extra magical steps that are missing

Open bwhittaker69 opened this issue 1 year ago • 2 comments

[Enter feedback here]


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

bwhittaker69 avatar Sep 02 '23 17:09 bwhittaker69

image image

i have dug into the error logs and this is what shows:

Xamarin.Messaging.Client.MessagingClient Error: 0 : An error occurred on client private2ceaa0bafb while executing a reply for topic xvs/idb/add-developer-account Xamarin.Messaging.IDB.Contracts.AppleProvisioningException: Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens at Xamarin.Messaging.IDB.AppleProvisioningManager.<GetUpdatedAccountAsync>d__13.MoveNext() in D:\a_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 129 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.IDB.AppleProvisioningManager.<AddDeveloperAccountAsync>d__10.MoveNext() in D:\a_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 53 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.IDB.Local.AddDeveloperAccountHandler.<ExecuteAsync>d__4.MoveNext() in D:\a_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\Handlers\AddDeveloperAccountHandler.cs:line 37 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.Client.RequestHandler2.<HandleAsync>d__5.MoveNext() in D:\a\_work\1\s\src\Xamarin.Messaging.Client\Handlers\RequestHandler.cs:line 0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.Client.MessageHandlerManager.<>c__DisplayClass16_12.<<RegisterHandlerAsync>b__2>d.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Client\MessageHandlerManager.cs:line 0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.Client.MessagingClient.<ReplyAsync>d__32`2.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Client\MessagingClient.cs:line 0: 09/02/2023 17:37:10Z DateTime=2023-09-02T17:37:10.6799559Z: 09/02/2023 17:37:10Z

bwhittaker69 avatar Sep 02 '23 17:09 bwhittaker69

Hi @bwhittaker69

Afraid there aren't any missing steps. I actually did this myself again yesterday and it worked fine for me. It's maybe that you've pasted in incorrect data into one of the fields. Failing that, it could be a product bug.

Looking at https://learn.microsoft.com/en-us/answers/questions/1099423/apple-developer-account-individual-error-there-was suggests there can be multiple reasons for the error occurring. Tying that in with your screenshot, it looks like you've entered in an email for your name, rather than your actual account name?

davidbritch avatar Sep 06 '23 08:09 davidbritch