콘텐츠 상세 - 배너 광고 추가

This commit is contained in:
Yu Sung
2023-09-14 12:16:01 +09:00
parent 48b1093dac
commit b2f0975ad1
9 changed files with 577 additions and 66 deletions

View File

@@ -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