Advertising support question
Monkey Forums/Monkey Beginners/Advertising support question
| ||
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 |
| ||
AdMob is working fine and very easy to implement. Check the example in the Bananas folder. |
| ||
Thanks Snader, but is it the only option at the moment? What about advertising on WinPhone8? |
| ||
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. |
| ||
@xaron: how can i display ads on WP8? i was only able to add ads to iOS+Android |
| ||
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 |
| ||
hmmm.... i need enable and disable ads... |
| ||
That's not possible atm due to the missing C++/C# bridge. |