How to display advertisement in my cocos2dx games without admob and adsens?

I want to display json data as advertisement on my cocos2dx c++ games without using admob and adsense .I am using android studio .How can i do this?
Please help me. Thank you!!.

1 Like

i have watched this. I want to display that data in advertisement.Thank you for your response.

Sorry can you give more of an example? You want to display your own advertisements to your users?

And why not just use our SDKBox product?

Yes. I want to display my own advertisement without third party .

Iā€™m not sure that App Stores will allow this. I would check.

If you want to roll your own then I guess you would have your app receive the data and then display it however you want. @bilalmirza gave you an idea, take that and create a GUI for your ad.

1 Like

you mean make custom image view with your own banner ?