Home > Back-end >  Appstore Connect RATE_LIMIT_EXCEEDED: The request rate limit has been reached
Appstore Connect RATE_LIMIT_EXCEEDED: The request rate limit has been reached

Time:05-11

I am trying to upload my app in App Store, while I upload it give error: Appstore Connect RATE_LIMIT_EXCEEDED: The request rate limit has been reached. This is something new from apple :) Any solution for thins?

CodePudding user response:

Apple has a temporary outage today, which is throwing a bunch of random errors. Just need to wait, until they fixed it soon.

See: https://developer.apple.com/forums/thread/705658

CodePudding user response:

I faced the same error today when trying to upload the app to app store connect from xcode, . My solution was that I retried the upload again a couple of times and it worked from xcode the third time around. It was temporary.

  • Related