Apple - Mac App Store: Downloads just don't start (Mojave)

I believe there can be multiple reasons for this behavior and various solutions. Too bad that app store simply does not give any indication of what is wrong with it.

The problem happened to me too. Nothing from this topic helped me, including restarting the App Store, logging in and out of the App Store, doing the above after opening a new connection with a VPN, much closer to California (I'm in Europe).

The only thing that worked is going to Activity Monitor and force-killing appstoreagent process. The app started to download at once. After force-killing appstoreagent, there was no need to log out and log in again in the App Store. Updates and downloads just work again.


Quick fixes:

  1. Sign in to https://appleid.apple.com/account/manage - validate your password and account status for any locks.
  2. Open Console.app and search for App Store
  3. Pause all installs, log out of your account and reboot the Mac from the log in screen (not reboot direct from shortcut or the Apple Menu)
  4. When you sign in, consider purchasing a new app to test if it’s the store or something relating to upgrading an existing app

At a high level, the App Store is a global network of load balancers that provide listings to make up the content you see in the App Store. It has a second level of load balancers that handle the transition to "buy" anything and once that transaction happens, then your account will go initiate the request to download a purchased asset.

Lots of things can go wrong and usually it's with the network or one of the servers behind the load balancer that's stuck and the load balancer doesn't know that it's broken and route around that one failure on one server.

Practically, you can and should wait as a first step. Log out, restart the Mac, get some tea or coffee and try again. When you have a persistent failure, then here's how I attack it.

  1. Verify that the purchase was made by reloading the App Store purchased tab and verifying the item cleared the purchase and was assigned to my Apple ID.
  2. Verify you can download anything you purchased in the past.
  3. Retry the item you wanted.

By knowing if it's an issue with allocating that item to your account, you can do very little except sign out, sign in, try another account on your Mac or another Mac and then contact store support for purchasing support.

If you can purchase the item but can't download it or the other one - now you're back to figuring out the network of content delivery servers.

Also, the App Store can tell you if it's working well if you look at an app you have a backup or can afford to re-download once your account is set. Find that app in purchased and move it to trash. The App Store should change from telling you it can open that app to it can download that app pithing a few seconds of moving that app to Trash. If you attempt to re-download it, the console app will log hundreds of diagnostic messages to the logs.

As long as you see TLS Events you'll know that secure communications from your App Store App to Apple's load balancers is being attempted.

Searching for App Store messages in the Console.app


I had same symptoms as greenforest except after signing out I was unable to sign in (500 error). Then I found another stack exchange answer by Adrian Voica which fixed the sign in issue, and after a restart, also let me download apps as expected.

Here is the process:

  1. Sign out of App Store.
  2. Close the App Store.
  3. Run this command in Terminal:

    defaults write com.apple.appstore.commerce Storefront -string \
        "$(defaults read com.apple.appstore.commerce Storefront | sed s/,8/,13/)"
    
  4. Sign in to App Store.

  5. Restart Mac.