Hello Michael. Does the build 2716 fix the issue related to “CoronaProvider.ads.admob not found”? I installed that daily build and built for ios simulator and it still throws the crash with error I posted above. Do I need any changes in configuration or somethings?
Hi Ed,
Off the topic but related to admob, are you facing issues with interstitial ads? I have problems with static banners ads when served as interstitials. See my topic here: https://forums.coronalabs.com/topic/55864-admob-full-screen-ads-not-showing-correctly-in-landscape-apps/?hl=admob#entry305129
Ben.
You need 2015.2715 or later to solve this issue.
Rob
I found out the problem. It should be added
supportedPlatforms = { android = true, iphone=true, ["iphone-sim"]=true }
inside the [“plugin.google.play.services”] declaration or remove them all.
Hi all,
I just had a similar problem. For me it was the build.settings file, I had the android permissions before the plugins. I wouldnt expect the order to matter but I noticed roaminggamer had plugins before permissions and when I swapped them round it fixed the problem. Looks like OP has his permissions before his plugins as well so maybe it does matter. Anyway, just thought I’d share in case it helps someone else.