Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created March 26, 2014 16:54
Show Gist options
  • Save poemdexter/9787928 to your computer and use it in GitHub Desktop.
Save poemdexter/9787928 to your computer and use it in GitHub Desktop.
Prime[31] Windows Phone Admob issue
public void ShowBanner()
{
// DOES NOT SHOW IMPRESSIONS
WinPhoneAdMob.createBanner("ca-app-pub-xxxxxx", AdFormat.SmartBanner, AdHorizontalAlignment.Center, AdVerticalAlignment.Bottom, false);
// SHOWS IMPRESSIONS
WinPhoneAdMob.createBanner("ca-app-pub-xxxxxx", AdFormat.Banner, AdHorizontalAlignment.Center, AdVerticalAlignment.Bottom, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment