Skip to content

Instantly share code, notes, and snippets.

@ArchieR7
Created June 26, 2017 02:12
Show Gist options
  • Save ArchieR7/c4e4dbf0886c3f73cadc8fe73525e045 to your computer and use it in GitHub Desktop.
Save ArchieR7/c4e4dbf0886c3f73cadc8fe73525e045 to your computer and use it in GitHub Desktop.
AppDelegate with AdMob
import Firebase
import GoogleMobileAds
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
GADMobileAds.configure(withApplicationID: Your_Ads_ApplicationID)
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment