Sdkbox integration help

Can we use old sdkbox for ads as sdkbox has been shut down?

You should create your own C++ to native layer and do it natively, since newer version of the ads SDK may not compatible with deprecated SDKBox.

ok so could you provide admob code for android integration as I am C++ developer and not familiar with android native coding in java

1 Like

Everything you need is here.

i know this but i dont really know how to make a bridge class so that we can implemented and put ads in cocos2dx

You can take a look in this thread, although it is IAP but you can learn how to create the C++ to native layer.