@totebo We are working on a new game that would definitely be suited to using rewarded videos. Which ad network would you recommend that I try out first? I've read that AppLoving are good but I don't have any experience.
My upcoming game is the first I'm using rewarded videos in. I'm going for a shotgun approach, using all five currently supported networks. In my experience the performance of each ad network vary from game to game. For this reason I randomize the waterfall to find out which network performs best, to later change the order to maximize revenue. I think of it as homebrewed (and cheap) mediation.
AppLovin is the best performer re $$$ by far, then chartboost - the others don't seem to pay much at all, not worth bothering with...
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
hey @totebo (or anyone) I'm trying to setup applovin on iOS, it builds but then
'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: applovin)'
I'm guessing my key is wrong? But the applovin site only gives the one key that's 2 or 3 times longer than the other add networks. Is there something I should be doing different for applovin? It also doesn't seem to let you setup your app ahead of time, I'm guessing it adds the app to your account automatically once it's detected?
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
@totebo@SinisterSoft I managed to get AppLovin working using the latest Gideros (2015-07-09). However, I sometimes get a black screen after closing an interstitial ad.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Time to wake this thread up. Has anyone managed to do Applovin rewarded videos on Android? I've plugged in interstitials, and they work, but rewarded videos give an onAdError of nil.
@totebo I've got them working on Android. Not sure why you get that error. Are the reward ads switched on in the Applovin dashboard. It may take a few hours. It's also worth setting the test ads switch too.
@totebo Cool. I get the no fill a lot of the time too. Be careful when implementing the reward. The events are a bit weird. I do a potential coin update in the following places by using a boolean.
Comments
I must have been very sleepy yesterday, I did not commit Heyzap file update.
Commited it now and rechecked, it works
I thought I told that I just forgot to commit a file
I've commited it and it all works, try it now
https://deluxepixel.com
'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: applovin)'
I'm guessing my key is wrong? But the applovin site only gives the one key that's 2 or 3 times longer than the other add networks. Is there something I should be doing different for applovin? It also doesn't seem to let you setup your app ahead of time, I'm guessing it adds the app to your account automatically once it's detected?
Thanks.
https://deluxepixel.com
Which version of Gideros are you using?
https://deluxepixel.com
https://deluxepixel.com
The one thing I haven't done is checked if the Android plugin has changed since the last build. That's next on the list.
Likes: simwhi