I am having the same issue as @vinci.inter. When I use (code below) in my build.settings i also get an error saying “CoronaProvider.ads.admob is not configured in build.settings”
AdMob like all of the advertising plugins has to be tested on a device. Warning’s should not stop your app from running, you just wont get any AdMob features in the simulator. This message is just telling you that it can’t run in the sim. If you get this message when testing on a device then we need to look into it.
Hi Guys, I have added Admob plugin for my iOS App build, it works fine on the device, except it gives canopenURL error? I know Apple rejects Apps for using canopenURL method ever since iOS 9.0
Is there anyway to use admob corona plugin without this error?
We need you to look at your device’s console log for any errors or warnings. Please look at your various device console logs and post them here. If you need help with that, please read:
Thanks for looking into this, here are the warning messages in Xcode log when running the App on the device.
I’m not sure about this warning message ?
<Warning>: luaopen_CoronaProvider_ads_admob
Sep 23 09:49:29 iPhone gamed[2711] <Warning>: Application(BUNDLE ID) is not allowed to run in production
This is the warning message, that shows when trying to show banner Ad from Admob
Sep 23 09:49:30 iPhone APP NAM[2834] <Warning>: -canOpenURL: failed for URL: “kindle://home” - error: “This app is not allowed to query for scheme kindle”
Hi Guys, I have added Admob plugin for my iOS App build, it works fine on the device, except it gives canopenURL error? I know Apple rejects Apps for using canopenURL method ever since iOS 9.0
Is there anyway to use admob corona plugin without this error?
We need you to look at your device’s console log for any errors or warnings. Please look at your various device console logs and post them here. If you need help with that, please read:
Thanks for looking into this, here are the warning messages in Xcode log when running the App on the device.
I’m not sure about this warning message ?
<Warning>: luaopen_CoronaProvider_ads_admob
Sep 23 09:49:29 iPhone gamed[2711] <Warning>: Application(BUNDLE ID) is not allowed to run in production
This is the warning message, that shows when trying to show banner Ad from Admob
Sep 23 09:49:30 iPhone APP NAM[2834] <Warning>: -canOpenURL: failed for URL: “kindle://home” - error: “This app is not allowed to query for scheme kindle”