nativescript-admob icon indicating copy to clipboard operation
nativescript-admob copied to clipboard

NativeScript plugin to earn some precious :moneybag::moneybag: with ads by Google AdMob

Results 31 nativescript-admob issues
Sort by recently updated
recently updated
newest added

Since nativescript-admob is still using play-service 17, it doesn't show any ads on Android 11. Play services 19.0.0 or above is required.

Hi i am using rewarded video on a nativescript vue project where i give users points after they have watched the rewarded video advert. my problem is that the reewarded...

I'm trying to have an element of my app float just above the ad but since the SMART_BANNER type is different sizes on different screens I've got some banners covering...

Hi, I am trying to show a Banner ad with `Admob.createBanner()` in a modal on iOS but I get the following error: ```sh Error in admob.createBanner: Error: +[UIView addSubview:]: unrecognized...

For some reason I get this error, the only thing i recall doing is test the ios version of the app for the first time so i installed the cocoa...

I just copied the code while I can set Banner and Video (in testing mode) and it works like a charm, But Interstitial fails as: ``` JS: Treating this deviceId...

Using Angular 2 along with Nativescript. But I am not sure as to what is to be passed in the `view` property of the `admob.createBanner()` method ``` admob.createBanner({ testing: true,...

I followed your directions in the nativescript-vue project and added code. Everything is normal and i see console admob createBanner done. But the device does not display a banner and...

Hi all, In debug mode, the banner appears fine on the screen. When i set the "testing" boolean to false, the banner don't appear anymore. Sometimes if i tap the...