I recently signed up for mobfox Ads and on their site says it supports Adobe Air apps.
But on their git hub page there is no list of Air ane or Adobe Air app integration.
Not sure were to begin or how to start integrating mobfox ads into my flash / adobe animate / Air For Android games.
Any tips / Ideas?
Can anyone help teach me how to integrate MobFox Ads into an Android game that is created using Adobe Animate (Formally Flash CC).
Here is the SDK and Info. https://github.com/mobfox?q=q&dp=undefined&dp2=undefined
Given that AdobeAir is basically a packager for HTML code, you won't find an SDK specific for it.
It means, however, you should be using the javascript based SDK
Look at an AdobeAir Hello World app:
And now look at an example of how the JavaScript MobFox SDK works:
It's as simple as including the library, and having a placeholder in which the ads will be displayed.