Skip to content

azerion/bluestack-applovin-adapter

Repository files navigation

BlueStack Mediation Adapers for iOS platform

BlueStackAppLovinAdapter

Using BlueStackAppLovinAdapter you will be able to show BlueStack ads through AppLovin MAX SDK.

Supported ad formats

  • Banner
  • MREC
  • Interstitial
  • Rewarded
  • NativeAd

Requirements

  • Xcode 14.0
  • iOS: 12.2

Integrate BlueStackAppLovinAdapter in your application project

Using Cocoapods

In the Podfile of your application project add BlueStackAppLovinAdapter dependency

pod 'BlueStackAppLovinAdapter'

and run pod install --repo-update in you terminal.

Using Swift Package Manager (SPM)

Note: Add -ObjC to you Other Linker Flags of target build settings.