Skip to main content

iOS Supported Networks

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).

In-App Bidding

Add the BlueStack Bidding Adapter dependency to your app's podfile.

   pod 'BlueStackBiddingAdapter'

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

To include the BlueStack Equativ mediation adapter,

In the Podfile of your application project add BlueStackEquativAdapter dependency

pod 'BlueStackEquativAdapter'

To get the in app bidding add the BlueStack Bidding adapter dependency to your app's podfile also.

pod 'BlueStackBiddingAdapter'

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"]

Mediation Adapter Compatibility Matrix

Ad NetworkSDK VersionAdapter VersionSupported Ad Formats
Google12.14.05.4.0Banner / MREC, Interstitial, Rewarded Ads
Equativ8.5.15.1.8Banner / MREC, Interstitial
BlueStack BiddingN/A5.4.0Banner / 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.