I am getting the error mentioned in the title.

Here is the situation:

  • bannerView loads
  • applicationDidEnterBackground (I hit home button)
  • applicationWillEnterForeground (I re-enter application)
  • I send HTTP asynchronous request to acquire authToken from my backend API.
  • Before connectionDidFinishLoading delegate method is called, I get the error
  • Then, connectionDidFinishLoading is called
  • bannerView loads.

It seems like iAd framework wants to send an asynchronous request around the same time I do.

I haven't found any information on this error. Any ideas?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.