Results 21 comments of Sergi

Same for me. App rejected because of Audio in Background mode. But it's the only way to keep the app working in backside. Have anyone found a solution about it?

> @JoueBien and @mschristo , I was having the same problem here, so I changed "count" for 30, the multiple notifications didn't happen and it repeated for the next 2...

> Any update? I have the same issue. I need to notifiy every day at 08:00 AM and in Android it alert several times in the 08:00:XX minute. > >...

Remember to edit \platforms\android\app\src\mainAndroidManifest.xml with this changement: [https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml](https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml) And notice that it's the ADMOB APP ID and not the ADMOB AD ID.

I have this problem. Which android platform release do I have to install to solve it?

> Try this > > ``` > > ..... > > > > .... > > ``` It fails. But @mostafa-mansour1 solution works correctly: >``` > >..... > > >...

Try to instal the plugin with this: cordova plugin add https://github.com/dpa99c/cordova-plugin-firebase#GH-1057-April-05-android-build-issue

Use something like this: `admob.banner.config({` ` id: 'ca-app-pub-xxxxxxx/xxxxxx',` ` autoShow: false,` ` isTesting: false` `});` `admob.banner.prepare();` `admob.banner.show();` You can find more information here: https://ratson.github.io/cordova-plugin-admob-free/variable/index.html#static-variable-banner

It seems that version 7.55 of Admob SDK removed all references to UIWebView: 7.55.0 | 2020‑02‑04 | Removed all references to UIWebView. UIWebView is no longer supported. https://developers.google.com/admob/ios/rel-notes Which Admob...

In that case, we have to wait for an update of this plugin in order to use it in new iOS apps :-(