Hey guys,
I have an issue here that starts appear.
In the past it works but now I get this error, when I try my app on my iPhone.
ERROR: Could not load provider (admob) due to the following reason: module ‘CoronaProvider.ads.admob’ not found:resouce… and so on.
So my code looks like this:
local ads = require "ads" local provider = "admob" local appID = "xxxxxxxxxxxxxxxxxxxxx" ads.init( provider, appID )
later in some moments I call
ads.show( "xxxxxxx" )
So where is the problem ?
Hope someone of you can help me
Thanks in advance & best regards
Dimitri