Hi everyone, I've been using Gideros for almost 6 years now, it's an excellent framework and I'am very happy how it has been improved over time:
big up to the devs! Personally, I've used it only for small games and stuff, nothing worth of being published in the stores, because I've never had the opportunity (
and the right idea) for a good game concept.
Btw, some weeks ago that suddenly changed and now I'm finally developing my first game that (hopefully) will reach the stores!
Since I'm planning to insert some Ads and after reading some papers about the performance of various Mobile Ads Services here in Italy (yay,
pizza) I decided to go with
Google's AdMob banner and video ads.
Now comes the problem: (apparently) in the
Ads Interface Plugin that comes with Gideros there is no support for the latter (the video ads).
After some research I also found this discussion
AdMob mediation: reward ads but with no further updates about the integration.
Now I've two choices:
* Find a way to implement the AdMob's video ads (or use an implementation that already exists, if so).
* Use another service (which are less popular here in Italy like Vungle or AdColony).
What do you suggest me to do?
Thanks in advance,
Davide
Comments
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://deluxepixel.com
Likes: SinisterSoft
Here's the test code if someone in the future will face this problem again:
Thanks to everyone!
Likes: antix, SinisterSoft, oleg, totebo, pie, Apollo14, talis, vitalitymobile, MoKaLux
When it's closed and rewarded Event.AD_REWARDED (in addition to the AD_DISMISSED event) is fired.
I'm updating the example code above too.
Likes: Apollo14, antix
Likes: MoKaLux
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Here you can find all the testing unitId(s) provided by Google: https://developers.google.com/admob/android/test-ads
Likes: totebo
Likes: SinisterSoft, MoKaLux
https://deluxepixel.com
Likes: Apollo14, MoKaLux
https://deluxepixel.com
if you add
admob: enableTesting (true)
The admob will not hit the advertisement, but the test banner
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!