feat(yandex-ads): Yandex 광고 SDK 의존성과 초기화를 추가한다

This commit is contained in:
Yu Sung
2026-04-27 19:23:44 +09:00
parent 7db825cd41
commit 120d961456
3 changed files with 163 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import FirebaseCore
import FirebaseAnalytics
import FirebaseMessaging
import LineSDK
import YandexMobileAds
class AppDelegate: UIResponder, UIApplicationDelegate {
@@ -30,6 +31,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
Messaging.messaging().delegate = self
setupAppsFlyer()
// YandexAds
YandexAds.initializeSDK(completionHandler: nil)
// For iOS 10 display notification (sent via APNS)
UNUserNotificationCenter.current().delegate = self