iOS Mediation Adapters
AdMob
To include the BlueStack AdMob mediation adapter, add the adapter dependency to your app's podfile.
pod 'BlueStack-SDK', :subspecs=>["Google-Mobile-Ads-SDK"]
Add Your AdMob App ID
In the Info.plist
of your app,
add the key GADApplicationIdentifier
and set its value to your AdMob App ID as a string.
Equativ (previously Smart Ad Server)
To include the BlueStack Equativ / Smart Ad Server mediation adapter, add the adapter dependency to your app's podfile.
pod 'BlueStack-SDK', :subspecs=>["Smart-Display-SDK"]