Ad Network Mediation with plugin for Cocos2dx - AdTapsy.com

Hello,

I am Branimir, Co-Founder at AdTapsy and I am excited to let you know that we have recently released our Android plugin for Cocos2dx, few months after releasing our iOS SDK compatible with Cocos2dx.

Just few words about us:
AdTapsy is interstitial focused ad network mediation, well-known with it’s easy to integrate SDK and with support for major ad networks: Admob, Inmobi, Charboost, Revmob, Applovin, Vungle and AdColony.
While building AdTapsy our aim was to facilitate and improve app monetization, while helping app developers squeeze the most revenue from their apps and ad networks.

I will be glad if you take a look at our service http://adtapsy.com. Give it a try and see for yourself
how easy is to monetize with major ad networks with our Cocos2dx plugins for iOS and Android.

Integration guide for iOS: https://app.adtapsy.com/app/integration?platform=cocos2dx
Integration guide for Android: https://app.adtapsy.com/app/integration?platform=android-cocos2dx

To use AdTapsy SDK, please create AdTapsy account for free here: https://app.adtapsy.com/register

For more info check http://adtapsy.com or send an email to support@adtapsy.com

1 Like

Hi, I am very interested to integrate adtap in my cocos2d-x projects, but am stuck with instruction for integration with Android.

public class AppActivity extends AdTapsyCocosActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
PluginWrapper.init(this);
}
}

In this code PluginWrapper is undefined, there is no explanation where it comes from. Can you please help me with that?

Thank you in advance.

Will certainly be testing this, as we are certainly seeking out better monetisation returns.

it seems to be using plugin-x for cocos2d-x?