[RESOLVED] Black screen when I'm trying show ads

Hello. I have a little problem. I’m trying implement ads from admob to my games. It works properly in 1st game, not in 2nd and 3rd game. Everything is fine on simulator, but when I build it and install on my smartphone, there’s a black screen and nothing else. Any suggestions? :confused:

My code:

--main.lua require("advertisement") --advertisement.lua local ads = require( "ads" ) local adProvider = "admob" local bannerAppID = "ca-app-pub-0864588536120509/6253317875" ads.init(adProvider, bannerAppID) ads.show("banner",{ x=0, y=480, appID=bannerAppID})

EDIT: OK , I found solution. Forgot about build >.< Internet permission and admob plugin