-
Class not found error returned here:
return this.admobFree.banner.prepare()
.then(function () {
_this.bannerPrepared = true;
console.log('AdMob Banner Ad is p…
-
Hi, i need a help ;)
I use Ionic + Capacitor (Angular), but my ad does not load, this is the error in LogCat.
```
File: https://localhost/main.897408fd00a9652f.js - Line 1 - Msg: ERROR Error: U…
-
This plugin is conflcting with cordova-plugin-firebasex and cordova-plugin-fcm-with-dependecy-updated. Your admob plugin and firebase cloud message plugins are not working at the same time.
-
this is great work but you must replace in plugin.xml with this
dependency id="cordova-plugin-ad-admob-sdk" url="https://github.com/cranberrygame/cordova-plugin-ad-admob-sdk" (deprecated it cause p…
-
Hi,
i try to compile a project with only cordova-plugin-admob-free inside.
The error is
Error: /project/gradlew: Command failed with exit code 1 Error output:
Note: Some input files use or over…
-
Got the following error when install this plugin, I am wondering where is variable PLAY_SERVICES_VERSION defined? thanks.
```
D:\git\ionic\zhuanshuchaxun>ionic cordova plugin add cordova-plugin-admo…
-
**Describe the bug**
In order to use **admob-plus-cordova**, you need to set Kotlin in the config.xml: ``. It seems deprecated though:
```
Warning: The 'kotlin-android-extensions' Gradle plug…
-
I have an app live on production. The below code is being used. After a week and trying multiple builds, still getting only test ads. Cordova 9 is used.
`
document.addEventListener('devic…
-
i had created new cordova project.
then "cordova plugin add cordova-plugin-admob-free --save"
and i got errors, thats missed libs.
package com.google.android.gms.ads does not exist.
screenshot …
-
Why this polyfill is being install with "cordova-plugin-admob-free" ? if it is not important, will it be safe to remove it from my cordova app? as i want to use minimal no. of plugins for faster start…