I am following MoPub documentation to setup mediation of Chartboost Network in MoPub.
I have successfully integrated Chartboost and MoPub separately.
I have an app in which MoPub integration is already done and running. Now I want to setup Chartboost mediation as well.
This is what I have done so far.
- I have created an app on Chartboost and got App Id and App Signature
- Added Chartboost Network in Mopub Networks and its status is Running and Connected.
- Added AppId and App Signature of Chartboost in the MoPub Network settings.
- Followed https://developers.mopub.com/publishers/mediation/integrate/ to integrate chartboost which suggest to import Chartboost jar and following dependency
// Chartboost
// This mediated network SDK is not available on JCenter. Ensure you have downloaded and imported it manually into your app project.
implementation 'com.mopub.mediation:chartboost:7.5.0.3'
What else I should do to complete this integration. Because My Chartboost dashboard does not enables "Request Publishing Permission" Button as it needs SDK to be integrated successfully.
PS : My app is already live on google play
Your build.gradle should import Chartboost SDK and Chartboost MoPub adapter.
Initialize the MoPub SDK with Chartboost as mediated network.
In your log your will see something like that.
Your Chartboost SDK is initialized now. Good luck.