Reputation: 13
I'm new to from xamarin and I'm trying to publish my app xamarin ios, So when I try to uploading it to the app store, I got the following error.
Upvotes: 0
Views: 493
Reputation: 383
@Raptor's answer above worked for me with the following specifics:
I had to change my Apple account password. After changing my Apple account password, my app-specific password was gone from my Apple account. I needed to create a new app-specific password. The complete list of steps I needed to restore my ability to publish apps with Visual Studio (after changing my Apple account password) is as follows:
Upvotes: 0
Reputation: 496
Using Visual Studio to upload to the app store works great, if there are no errors. I tend to use Transporter to check my package and upload instead. You can upload your artifact directly, or from Visual Studio, publish your artifact and save it instead of pushing it to the store. Then use Transporter to check your artifact. The error message will be much more readable ... if there is one.
Upvotes: 0
Reputation: 54212
The error is obvious. It said Authentication Failed.
You should sign in with an app-specific password. Create the password at https://appleid.apple.com.
Upvotes: 1