BlueStack Mediation Adapers for iOS platform
Using BlueStackAppLovinAdapter you will be able to show BlueStack ads through AppLovin MAX SDK.
- Banner
- MREC
- Interstitial
- Rewarded
- NativeAd
- Xcode 14.0
- iOS: 12.2
In the Podfile
of your application project add BlueStackAppLovinAdapter
dependency
pod 'BlueStackAppLovinAdapter'
and run pod install --repo-update
in you terminal.
- Go to the project settings and select
Package Dependencies
- Search for https://github.com/azerion/bluestack-applovin-adapter.git and add
BlueStackAppLovinAdapter
to your target.
Note: Add -ObjC
to you Other Linker Flags
of target build settings.