Reputation: 18511
I keep getting this error:
Error Domain=ADErrorDomain Code=2 "The operation couldn’t be completed. Loading throttled" UserInfo=0x6a6bf50 {ADInternalErrorCode=2, NSLocalizedFailureReason=Loading throttled}
How do I throttle my loading? The application I am making is relatively small.
Upvotes: 2
Views: 982
Reputation: 6058
Is this for an App still in development? Apple purposely sends you errors to make sure you handle them properly - throttled loading is one of those errors. If you sometimes get content and sometimes don't then that's normal.
Upvotes: 3