Skip to content

Commit

Permalink
Applovin error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsligh committed Apr 18, 2024
1 parent cf3262e commit 2dfcbf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/PrebidDemo/PrebidDemoSwift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()



Expand Down

0 comments on commit 2dfcbf4

Please sign in to comment.