How can you implement ads in cocos2d

Hey Everyone,

I am interested in cocos but I have some questions, I found most of my answers here in this forum thankfully, but, the question of ads I’d like an answer to, does cocos have its own solution like unity? if you made a mobile game and wanted to have reward ads how would you go about it doing it? and is it hard to implement?

Thanks!

Hi,

You can use SDKBOX, it supports ads.

Implementation of the rewarded video ads is similar to other formats. Just make sure that your “reward” callback will be called in the cocos thread.

Best,
kds

Hi, kds,

Thanks for the reply, is it hard to set up?

appreciate your help