Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My AppleID password is suddenly not being accepted for Xcode 7.1.1 or Application Loader 3

Tags:

I originally upgraded to Xcode 7.1.1 without incident, but since the iTunes Connect portal upgrade yesterday (November 12th) I encountered problems doing TestFlight archives. I further encountered problems logging into Application Loader 3.1.

This was working fine the afternoon of November 12th, before the iTunes Connect upgrade. Looks like Apple has enabled some additional security.

like image 614
drshock Avatar asked Nov 12 '15 13:11

drshock


People also ask

Why does it keep saying my Apple ID password is incorrect?

Answer: A: Try signing out of the App Store/iTunes, restart, and then sign back in. Check the updates to see if the apps requiring an update are in your Purchases History. If they aren't in your Purchases History, you can delete the app, and download it using your Apple ID if desired.


1 Answers

After some investigation the problem was, in my situation, that if you had your AppleID setup for two factor authentication, Apple is now requiring an app specific password to be used with Xcode and Application Loader since this new iTunes Connect upgrade. Neither tool will take your regular AppleID password on the account under preferences anymore.

The information on how to add such passwords onto your AppleID account is at this Apple support link Setup application specific passwords for an AppleID

Once I used the app-specific password instead of my AppleID password, Xcode 7.1.1 and Application Loader 3.1 was happy and completed my archive validation and export and submission for TestFlight as usual.

like image 160
drshock Avatar answered Sep 27 '22 19:09

drshock