Skip to main content

iOS Mediation Adapters

BlueStack's mediation feature enables you to deliver advertisements to your app from various sources, including BlueStack itself and third-party ad networks. This section provides guidance on integrating mediation partner SDKs through BlueStack's third-party SDK adapters.

note

You must add BlueStackSDK to your app target if you intend to use any mediation adapters via Swift Package Manager (SPM).

Google Mobile Ads

To include the BlueStack GMA mediation adapter,

Add the BlueStackGoogleAdapter dependency to the Podfile of your application project:

pod 'BlueStackGoogleAdapter'

Add Your AdMob App ID

In the Info.plist of your app, please add the key GADApplicationIdentifier and set its value to the ID you received from your Azerion Publisher Representative.

ios-gad-application-identifier

Equativ (previously Smart Ad Server)

To include the BlueStack Equativ / Smart Ad Server mediation adapter,

Add the BlueStackEquativAdapter adapter dependency to your app's podfile.

pod 'BlueStackEquativAdapter'

Amazon In-App Bidding

To include the BlueStack Amazon publisher service in-app bidding adapter,

Add the BluestackAmazonPublisherServicesAdapter adapter dependency as a subspec of BlueStack-SDK in your app’s Podfile:

   pod 'BlueStack-SDK', :subspecs=>["BluestackAmazonPublisherServicesAdapter"]

Supported Ad Networks

Ad NetworkBiddingSDK VersionAdapter VersionSupported Ad Formats
GoogleNo11.13.05.1.4.1Banner / MREC, Interstitial, Rewarded Ads, Native Ads
AmazonYes4.5.5Included in BlueStackSDK as subspecBanner / MREC, Interstitial, Rewarded Ads
EquativYes8.4.05.1.4.1Banner / MREC, Interstitial
note
  • Ensure all dependencies are included as outlined in each network’s integration guide.
  • Ad formats may require additional configurations or testing to confirm functionality.