Skip to content

Commit

Permalink
App key snuck in (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansligh-nimbus authored Nov 19, 2024
1 parent 542306a commit b89f76c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ import NimbusSDK

#if NIMBUS_ENABLE_VUNGLE
@objc public class func initializeVungle(appKey: String) {
print("appkey is: \(appKey)")
let vungleRequestInterceptor = NimbusVungleRequestInterceptor(appId: "65eb251c96ec25b72d8e09f7")
let vungleRequestInterceptor = NimbusVungleRequestInterceptor(appId: appKey)
NimbusRequestManager.requestInterceptors?.append(vungleRequestInterceptor)
Nimbus.shared.renderers = [.forNetwork("vungle"): NimbusVungleAdRenderer()]
}
Expand Down

0 comments on commit b89f76c

Please sign in to comment.