콘텐츠 상세 - 배너 광고 추가
This commit is contained in:
@@ -9,6 +9,7 @@ import UIKit
|
||||
|
||||
import FirebaseCore
|
||||
import FirebaseMessaging
|
||||
import GoogleMobileAds
|
||||
|
||||
class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
@@ -16,6 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
|
||||
FirebaseApp.configure()
|
||||
GADMobileAds.sharedInstance().start()
|
||||
|
||||
Messaging.messaging().delegate = self
|
||||
|
||||
|
Reference in New Issue
Block a user