Advertising support question

Monkey Forums/Monkey Beginners/Advertising support question

Simon Matts(Posted 2014) [#1]
Hi all,

I'm totally new to Monkey and I'm evaluating the offer to buy Pro at discount price.
But I need some infos about ads:

- I found only support for AdMob in the api's, is it true or they are somewhere else?
- if only AdMob is available, are you planning to add more ads channels? when?
- how is the actual implementation of AdMob? fully working, early stage, buggy...?

Thanks!
Simon


Snader(Posted 2014) [#2]
AdMob is working fine and very easy to implement. Check the example in the Bananas folder.


Simon Matts(Posted 2014) [#3]
Thanks Snader, but is it the only option at the moment?
What about advertising on WinPhone8?


Xaron(Posted 2014) [#4]
It's easy to add as well. Displaying an Admob ad in WP8 is not a problem just hiding it like for Android and iOS is not that easy.


dragon(Posted 2014) [#5]
@xaron: how can i display ads on WP8?

i was only able to add ads to iOS+Android


Xaron(Posted 2014) [#6]
Well yes, it's not supported by Mark yet because you simply cannot show and hide them due to the mix of C++ and C# code and all that fancy XAML stuff.

But, if you just want to show them always, you can put it into the target native code:

http://www.monkey-x.com/Community/posts.php?topic=7535&post=72885


dragon(Posted 2014) [#7]
hmmm.... i need enable and disable ads...


Xaron(Posted 2014) [#8]
That's not possible atm due to the missing C++/C# bridge.