Do you have any plans to integrate "Rewarded Video Ads" (see https://firebase.google.com/docs/admob/android/quick-start and https://developers.google.com/admob/android/rewarded-video)?
I think that format is really interesting in some use cases and I would love to add that feature to my newest app.
@svzi Same here pal. I am developing a hobby app, in which user can get premium services for free if he watch a video. If i could get "Rewarded video" option in this plugin, it would be a great help.
I am also looking for this. It would be great.
Looks cool, and seems like a good fit for this plugin!
Until I find the time to look at it: if anyone has the time to take a look then I'd be happy to merge a PR.
I am also looking for this feature. It's been almost a year since the last comments. Any updates?
Any updates on this this issue?
@cloudlegend you found any other solution?
@umair-ameen not yet, I am looking into the native API right now. I also open another issue in regards to the banner not loading after the initial load. Have u encountered this same issue? https://github.com/EddyVerbruggen/nativescript-admob/issues/15
Otherwise, I think we might have to access native API directly.
@cloudlegend yup, if I try to load both ads at the same time, most of the it doesn't load the second call. So I am not loading them together at the same time.
Also when I navigate back to previous route the banner disappears, are you facing this issue?
I had the same problem, i needed the reward video ad callback.
So i forked this repo and implemented the missing feature.
You can check here the code https://github.com/4DevCoding/nativescript-admob
Fell free to improve or bring the changes to this repo :)
NOTE: The ios implementation is missing cause i dont have an device to test.
Great @JCenas ! What about creating a Pull Request?
@muratcorlu, It would be better when the ios implementation is finished.
And if someone could test it first would be great also :)
@JCenas I'll try to check.
Hi, i started working on this feature
I've done the android part and I've almost done the ios part (i think). But i've problem with the last part of IOS implementation. Can someone help me to speed up the process?
@sedobrengocce i was about to start with this when i saw your comment, how can i help to speed it up?
@JCenas can't you just test it using the simulator? i may look into your fork and work on the IOS Part.
Anyone having any luck with this?
@anaszgh I can't get ios simulator to windows or unix.
@Roar1827 @JCenas
I have already found a fork of @EddyVerbruggen 's nativescript-admob repo that implemented the rewarded video ads. i have used it and it is working just fine
here is the repo link
https://github.com/4devcoding/nativescript-admob
and here is the nativescript market's link
https://market.nativescript.org/plugins/4dev-nativescript-admob
@anaszgh I believe the iOS implementation in @JCenas repo is just Interstitial ads still, JCenas mentioned they weren't able to do the iOS side.
https://github.com/4DevCoding/nativescript-admob/blob/37afee507f835fbe7193d51222bf38f3d8c2e7aa/src/admob.ios.js#L214
To help move things forward I tried to make a PR but it could use some help
https://github.com/EddyVerbruggen/nativescript-admob/pull/51
This has just landed in nativescript-admob. I'll add this here soon. https://github.com/EddyVerbruggen/nativescript-admob/pull/51
This just landed in 7.6.1. See the updated AdMob docs.
Most helpful comment
Looks cool, and seems like a good fit for this plugin!
Until I find the time to look at it: if anyone has the time to take a look then I'd be happy to merge a PR.
Android doc
iOS doc