Thanks guys! A thought just occurred to me, though. Is there a difference between a non-skippable video and a rewarded video? What's stopping me from simply using a non-skippable video and "AD_ACTION_END" to determine when it's been played?
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
yes the difference between rewarded and skipable is that you see if user watched video or not and yes you could probably implement the ACTION_END event in the way that skippable and rewared videos would be basically the same for you, if sdk allows to know if skippable video was watched fully or not of course
And now the part I hate about most ads sdks, I need to be logged in to see the implementation docs, will need to try to remember the accounts now, since I'm on new computer
I just got back from vacation and have stuff to catch up, but I hope next week all will go as usually routine so I could try to spend an evening on updateing ads interfaces libs and adding stuff like that so if you could add all you need to github issues, that would be great, so I would have only one list to go through and look what needs to be updated and added
And now the part I hate about most ads sdks, I need to be logged in to see the implementation docs, will need to try to remember the accounts now, since I'm on new computer
I can't seem to get AdColony working I updated the lib and it all builds (both ios and Android) but all videos always fail with no video available it is like they black listed my account, because even in test mode ads dont show up
Vungle: Works! Applovin: Works! Heyzap: Doesn't give any response back most of the time. Sometimes I get interstitials when requesting v4vc with the code below:
Yeah, iOS. I tried showAd() too, same thing. It sometimes says it's loaded an interstitial, but even if I try to show it, there is nothing there and the AD_DISMISSED event is immediately fired.
I tried replacing the SDK with the latest one from Heyzap, still the same issue. Do I need to update any other files files in addition to AdsHeyzap.m and AdsHeyzap.h?
No, I think AdsHeyzap.m and AdsHeyzap.h and Heyzap.framework should be all files that needs to be updated. I'll retry tonight to see if I can reproduce the issue
Comments
Likes: vitalitymobile
Likes: jdbc
https://deluxepixel.com
Likes: SinisterSoft
https://www.applovin.com/integration#iosRewardedVids
I suppose it would need to be integrated into Ads Interface?
yes the difference between rewarded and skipable is that you see if user watched video or not and yes you could probably implement the ACTION_END event in the way that skippable and rewared videos would be basically the same for you, if sdk allows to know if skippable video was watched fully or not of course
And now the part I hate about most ads sdks, I need to be logged in to see the implementation docs, will need to try to remember the accounts now, since I'm on new computer
I just got back from vacation and have stuff to catch up, but I hope next week all will go as usually routine so I could try to spend an evening on updateing ads interfaces libs and adding stuff like that so if you could add all you need to github issues, that would be great, so I would have only one list to go through and look what needs to be updated and added
Likes: pie
Likes: SinisterSoft
I've added this as an issue to giderosplugins here:
https://github.com/gideros/giderosplugins/issues/5
which will hopefully would follow by the release soon too
Likes: GiderosFan
I updated the lib and it all builds (both ios and Android) but all videos always fail with no video available
it is like they black listed my account, because even in test mode ads dont show up
Works for me now with rewarded videos:
- Chartboost
- AdColony
Doesn't work with rewarded videos:
- Applovin (rewarded videos not implemented)
- Heyzap (outdated)
- Vungle (outdated)
Let me check Heyzap and Vungle
Only I updated them in the main repo:
https://github.com/gideros/gideros/tree/master/plugins
still not sure on how to properly manage plugins in the main repo or in separate one
Applovin: Works!
Heyzap: Doesn't give any response back most of the time. Sometimes I get interstitials when requesting v4vc with the code below:
I have some problems on Android, but ios heyzap worked great yesterday for me, including all events working.
what happens if you try showAd instead of loadAd? Maybe there's a bug, I could not test many cases
I'll retry tonight to see if I can reproduce the issue