Created
June 26, 2017 02:12
-
-
Save ArchieR7/c4e4dbf0886c3f73cadc8fe73525e045 to your computer and use it in GitHub Desktop.
AppDelegate with AdMob
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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