Mediation Package Updates for Android and iOS
We’ve made important updates to our mediation SDKs to improve clarity, consistency, and maintainability. This includes renaming key mediation adapter packages and updating dependencies. Below you'll find everything you need to know to migrate smoothly to the latest versions on both Android and iOS.
Android
BlueStack Medation: Google
bluestack-mediation-gma has been renamed to bluestack-mediation-google. If you're already using bluestack-mediation-gma, simply update your dependencies to bluestack-mediation-google, and you're good to go.
BlueStack Medation: Equativ
bluestack-mediation-smartadserver has been renamed to bluestack-mediation-equativ. If you're already using bluestack-mediation-smartadserver, simply update your dependencies to bluestack-mediation-equativ, and you're good to go.
Google mediation
Our Google Mediation adapter is used for when Google is your main SDK, it will mediate BlueStack. We've also changed the name of this implementation:
bluestack-gam-adapter has been renamed to bluestack-google-adapter. If you're already using bluestack-gam-adapter, simply update your dependencies to bluestack-google-adapter, and follow the Yield setup described in our documentation
Documentation
For detailed integration instructions, please refer to our documentation:
Stay tuned for more updates, and as always, feel free to reach out with any questions. 🚀
iOS
BlueStack Medation: Google
BlueStackDFPMediationAdapter has been renamed to BlueStackGoogleMediationAdapter. If you're already using BlueStackDFPMediationAdapter, simply update your dependencies to BlueStackGoogleMediationAdapter, and you're good to go.
BlueStack Medation: Equativ
BlueStackSASAdapter and BlueStackSASBiddingAdapter have been merged into BlueStackEquativAdapter. If you're already using the old adapters, simply replace them with BlueStackEquativAdapter, and you're good to go.
Google mediation
Our Google Mediation adapter is used for when Google is your main SDK, it will mediate BlueStack. We've also changed the name of this implementation:
BlueStackGMAAdapter has been renamed to BlueStackGoogleAdapter. If you're already using BlueStackGMAAdapter, update your dependencies to BlueStackGoogleAdapter, and follow the Yield setup described in our documentation
Documentation
For detailed integration instructions, please refer to our documentation:
Stay tuned for more updates, and as always, feel free to reach out with any questions. 🚀