Contents

UIApplication.CategoryDefaultError.Code.rateLimited

The system didn’t determine if your app is the default in a category because the app made the request too many times.

Declaration

case rateLimited

Discussion

When you receive an error with this code, the error’s user info dictionary contains these keys:

statusLastProvidedDateErrorKey

The date at which the app most recently received a result indicating whether it’s the default app in a category.

retryAvailableDateErrorKey

The date at which the app can next request an updated response.