5

I want to add interstitial admob ads to my iPhone and iPad project, is there any working sample or tutorial?

Edit: I've successfully added it to my project, but if I don't have any internet connection the app stuck in the loading image, what should I do?

Please do not provide Android links... We are talking about iOS.

Thank you!

jeet.chanchawat
  • 5,842
  • 5
  • 38
  • 59
Eden Nahum
  • 75
  • 1
  • 5
  • you can check this: http://stackoverflow.com/questions/14397054/how-to-check-whether-there-is-internet-connection-with-the-device-cocos-2d – Krishna Raj Salim Dec 20 '13 at 18:59

1 Answers1

5

If you are using the Google Mobile Ad SDK, Google provides an excellent guide here.

If you prefer example projects, Google supplies one here (currently called InterstitialExample_iOS_2.6.zip).

Bo A
  • 3,144
  • 2
  • 33
  • 49
  • Hi, i've successfully added it to my project, but if I don't have any internet connection the app stuck in the loading image, what should I do? – Eden Nahum Aug 10 '13 at 16:07
  • @EdenNahum: you can check this: http://stackoverflow.com/questions/14397054/how-to-check-whether-there-is-internet-connection-with-the-device-cocos-2d – Krishna Raj Salim Dec 20 '13 at 19:00