My build.settings:
["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", },
Notice that there is no [“plugin.google.play.services”]
How I display ads:
local ads = require( "ads" ) ads:setCurrentProvider( "vungle" ) ads.show( "interstitial", { isAutoRotation = false } )
Could there be any problem with this setup? It has been working fine for years however I will now update the app with 2017.3184.
Is it OK to keep using this?