From 2dfcbf4a1091118e696f6353cc12b366d1c00edc Mon Sep 17 00:00:00 2001 From: Jono Sligh Date: Thu, 18 Apr 2024 12:17:35 -0500 Subject: [PATCH] Applovin error --- Example/PrebidDemo/PrebidDemoSwift/AppDelegate.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/PrebidDemo/PrebidDemoSwift/AppDelegate.swift b/Example/PrebidDemo/PrebidDemoSwift/AppDelegate.swift index db25ed22d..a6365f9ff 100644 --- a/Example/PrebidDemo/PrebidDemoSwift/AppDelegate.swift +++ b/Example/PrebidDemo/PrebidDemoSwift/AppDelegate.swift @@ -59,9 +59,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate { GAMUtils.shared.initializeGAM() // Initialize AppLovin MAX SDK - ALSdk.shared()?.mediationProvider = ALMediationProviderMAX - ALSdk.shared()?.userIdentifier = "USER_ID" - ALSdk.shared()?.initializeSdk() + ALSdk.shared().mediationProvider = ALMediationProviderMAX + ALSdk.shared().userIdentifier = "USER_ID" + ALSdk.shared().initializeSdk()