Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

Log out from Application Loader

19 Sep Posted by in Technical | 2 comments

I had a couple of clients I created iOS applications for and had to upload their apps to the iTunes connect for them. The upload is done using the tool called “Application Loader”, which is installed together with Xcode 3.2.5 and later. The tool itself is located under /Developer/Application/Utilities/Application Loader . However, once logged in, there is no out of the box way to log out! I.e. if I’ve uploaded the app for client A and now I want to upload for client B from the same computer, I’m stuck since the Application Loader logs in automatically to the client A account.

Here is how to do it manually:

  1. Close Application loader (Command + Q)
  2. Navigate to ~/Library/Preferences and delete 2 files called com.apple.itunes.connect.ApplicationLoader.LSSharedFileList.plistcom.apple.itunes.connect.ApplicationLoader.plist 
  3. Start the Application Loader once again – it should be asking you for the login and password! Done!
  1. Satyaranjan07-28-14

    I found only com.apple.itunes.connect.ApplicationLoader.plist

    but com.apple.itunes.connect.ApplicationLoader.LSSharedFileList.plist is not there atall

    And I’m unable to logout

    • Olga09-16-14

      I think they’ve updated it. Now, you can go to Window menu and select “Sign In As” to login as a different user.