local function show_interstitial_ad(placement)
print(“About to attempt to load interstitial”)
fbinstant.load_interstitial_ad(placement, function(self, success)
print(“Loaded interstitial”, success)
if not success then
return
end
fbinstant.show_interstitial_ad(placement, function(self, success)
print(“Showed interstitial”, success)
end)
end)
end
and i have i question. If I need to make a gui scroll menu is necesary made it with some extension (dirty larry for example?) or i can made it with the defold gui?
now i know jajaja, but now i’m trying to test it in my mobile, but the ads dont show, how can i see the console in mobile, becouse i have a ad reward between the main menu and the gamplay but the gameplay don’t start and the ads dont charge D: