Question

I want to download apps in the Mac App Store and the apps won't start to download. As you can see in the pictures below, the spinner starts spinning but nothing gets downloaded, the download simply doesn't start. I am logged in with my account. I tried logging out of the App Store and logging in again, restarting the Mac etc, nothing helped.

This is a relatively fresh installation of Mojave 10.14. Before with High Sierra 10.13 everything worked fine. It's a Late 2013 MacBook Pro 13". Installations are allowed from App Store and identified developers.

Some screenshots from Console output below.

enter image description here

enter image description here

Was it helpful?

Solution

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.

OTHER TIPS

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.

I've had the same problem when upgrading from macOS 10.12 to 10.14.3, with a late 2013 mac book pro. No App Store updates were going through, and the spinner kept on spinning.

Console showed a lot of "AMSURLRequest: Failed to fetch GUID schemes from bag" error messages.

What helped me was to sign out of the App Store and reset the PRAM as described in https://support.apple.com/en-us/HT204063

Once I rebooted, macOS said that there was an issue with my iCloud account, so I had to log in again in System Preferences, as well as in the App Store account.

Once I've done that, I could successfully update App Store applications.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top