Skip to content

Instantly share code, notes, and snippets.

@yotubarail
Created April 13, 2020 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yotubarail/333fbe948c020557d24f8f07fb4176ca to your computer and use it in GitHub Desktop.
Save yotubarail/333fbe948c020557d24f8f07fb4176ca to your computer and use it in GitHub Desktop.
Google AdMobのテスト
import UIKit
import CoreData
import Firebase
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
FirebaseApp.configure()
GADMobileAds.sharedInstance().start(completionHandler: nil)
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment