-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
since 5.10.2018 new version of google admobs require extra things in … #650
base: master
Are you sure you want to change the base?
Conversation
…AndroidManifest.xml, 16.0.0 is the last compatible version
Wow , Thank you. You are life saver. This works for me too! |
Thanks to @slaszu for the advice. |
I upgraded Admobpro to @2.32.6 but my app now fails to connect to the internet... I can fix that by adding permission back into androidmanifest but the plugin messed up other files somewhere else that I can't find. My app is no longer working on a number of levels and reverting back to the previous version of admob doesn't help. |
On phonegap build, building with this plugin enabled
Removing the plugin compile correctly... |
Same problem as cepenking here. |
Same problem as juxfr here - but only on ios build using phonegap build. The android build works fine. |
If I run the test ads isTesting: true everything works correctly but if I set it isTesting: false the ads are no longer displayed. someone to help me with this, I have not been able to solve it for 2 days. |
@mauricioLopezRamirez please double check your admob ad unit id, and make sure the ad unit is created for the right platform and right type. |
Hello. On ios banner works, but instead of interstitial ads go to googleads.g.doubleclick.net |
Same problem as juxfr & kevin-finesse With Phonegap Build, I've got this error: Error - Plugin error (you probably need to remove plugin files from your app): Fetching plugin "[email protected]" via npm Installing "cordova-plugin-admobpro" at "2.35.4" for ios Fetching plugin "cordova-plugin-extension" via npm Installing "cordova-plugin-extension" at "1.5.4" for ios Fetching plugin "cordova-admobsdk@~7.35.0" via npm Error during untar for /Users/gimlet/.cordova/lib/npm_cache/cordova-admobsdk/7.35.0/package.tgz: Error: EACCES: permission denied, open '/Users/gimlet/.cordova/lib/npm_cache/cordova-admobsdk/7.35.0/package/GoogleMobileAds.framework/GoogleMobileAds' Failed to install 'cordova-plugin-admobpro': CordovaError: Failed to fetch plugin cordova-admobsdk@~7.35.0 via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Error: EACCES: permission denied, open '/Users/gimlet/.cordova/lib/npm_cache/cordova-admobsdk/7.35.0/package/GoogleMobileAds.framework/GoogleMobileAds' at /usr/local/lib/node_modules/pgb-plugman-151/node_modules/pgb-cordova-lib/src/plugman/fetch.js:215:37 at _rejected (/usr/local/lib/node_modules/pgb-plugman-151/node_modules/q/q.js:797:24) at /usr/local/lib/node_modules/pgb-plugman-151/node_modules/q/q.js:823:30 at Promise.when (/usr/local/lib/node_modules/pgb-plugman-151/node_modules/q/q.js:1035:31) at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/pgb-plugman-151/node_modules/q/q.js:741:41) at /usr/local/lib/node_modules/pgb-plugman-151/node_modules/q/q.js:557:44 at flush (/usr/local/lib/node_modules/pgb-plugman-151/node_modules/q/q.js:108:17) at process.internalTickCallback (internal/process/next_tick.js:70:11) Failed to fetch plugin cordova-admobsdk@~7.35.0 via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Error: EACCES: permission denied, open '/Users/gimlet/.cordova/lib/npm_cache/cordova-admobsdk/7.35.0/package/GoogleMobileAds.framework/GoogleMobileAds' - You can fix this here Any help would be appreciated ... |
I have problems i try get reward in video reward but freeze and no show reward. Im use cordova 6.5.0 api Android 26 admobpro lady version. |
@floatinghotpot I'm seeing the same thing as @mauricioLopezRamirez. Test banner ads work in Android but changing over to live ads I see nothing. I've verified the type of add associated with the ad id matches in Admob and in my app. I did change my build.gradle file to use |
If you guys can see the test ads, it means the SDK and plugin are both working fine. The only different is, the test ad unit id is from Google test team, the live ad unit id is created by your own. Please ensure:
|
@floatinghotpot test Ads not show in ios phone. And not error... Please help me |
Please find the Google test ad units here: |
@floatinghotpot I using
In Staging/ config.xml write
But not show Ads in iphone device... May be my code error? |
Please use this "index.html" to test on your phone. |
I just change code to your index.html file. But not have any Ads...perhap,
|
since 5.10.2018 new version of google admobs require extra things in AndroidManifest.xml, 16.0.0 is the last compatible version