dalexsoto / AlexTouch.GoogleAdMobAds

This contains the files needed to use btouch to generate the dll required to use admob on the managed c# world :)
9 stars 4 forks source link

Cant get test adds to work. #8

Closed vbisbest closed 11 years ago

vbisbest commented 11 years ago

I cant seem to get test ads to work. Here is my code snippet.

GADRequest request = new GADRequest(); request.Testing = true; request.TestDevices = new string[] { GADRequest.GAD_SIMULATOR_ID }; adMobBanner.LoadRequest (new GADRequest ());

Any help would be appreciated. Thank you!

vbisbest commented 11 years ago

Sorry! Bad coding on my part. Closing this.