콘텐츠 메인
- 남성향, 여성향 콘텐츠 설정 적용 - 19금 콘텐츠 보기 여부 설정 적용
This commit is contained in:
@@ -22,6 +22,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
FirebaseApp.configure()
|
||||
Notifly.initialize(projectId: NOTIFLY_PROJECT_ID, username: NOTIFLY_USERNAME, password: NOTIFLY_PASSWORD)
|
||||
Messaging.messaging().delegate = self
|
||||
setupAppsFlyer()
|
||||
|
||||
// For iOS 10 display notification (sent via APNS)
|
||||
UNUserNotificationCenter.current().delegate = self
|
||||
@@ -37,8 +38,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
ApplicationDelegate.shared.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
AppEvents.shared.activateApp()
|
||||
|
||||
setupAppsFlyer()
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user