I went through corona docs but i didn’t understand 2 terms
ads.init( "admob", "myAppId", adListener )
in the above snippet what is myAppId means does it mean some thing like this " ca-app-pub-3940256099942544" ??
In another snippet
ads.show( "banner", { x=0, y=0, appId="otherAppId" } )
what does “otherAppId” mean ?? does it mean something like this " ca-app-pub-3940256099942544" or my publisher ID given by google after admob registration ?
rob
June 7, 2015, 8:30pm
2
We have a sample on github: https://github.com/coronalabs/plugins-sample-ads-admob/blob/master/build.settings
It’s based around AdMob V1 which is no longer available, but the only difference is the code you put in your build.settings.
Rob
rob
June 7, 2015, 8:30pm
3
We have a sample on github: https://github.com/coronalabs/plugins-sample-ads-admob/blob/master/build.settings
It’s based around AdMob V1 which is no longer available, but the only difference is the code you put in your build.settings.
Rob