Skip to content

Instantly share code, notes, and snippets.

@ArchieR7
Created June 26, 2017 02:17
Show Gist options
  • Save ArchieR7/a2e6b1bad4e1d68751f5e0204bfb0c81 to your computer and use it in GitHub Desktop.
Save ArchieR7/a2e6b1bad4e1d68751f5e0204bfb0c81 to your computer and use it in GitHub Desktop.
Check AdMob is ready
if GADRewardBasedVideoAd.sharedInstance().isReady {
GADRewardBasedVideoAd.sharedInstance().present(fromRootViewController: self)
} else {
//do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment