Hi,
It seems the Vungle plugin stopped working today.
I get this error on the xCode iOS Simulator:
ERROR: Could not load provider (vungle) due to the following reason: module ‘CoronaProvider.ads.vungle’ not found:resource (CoronaProvider.ads.vungle.lu) does not exist in archive
and it crashes my app.
I tried with an older version of my app, also the sample Vungle app, and also an older Corona build and I get the same error, so it seems to be an external error. Maybe it is not getting some plug-in info when it connects to the build server?
I checked my Vungle account, and everything seems in order.
My config file is correct:
settings = {
plugins =
{
– key is the name passed to Lua’s ‘require()’
[“plugin.playhaven”] =
{
– required
publisherId = “com.playhaven”,
},
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.vungle”] =
{
– required
publisherId = “com.vungle”,
},
--key is the name passed to Lua’s ‘require()’
[“CoronaProvider.native.popup.social”] =
{
--required
publisherId = “com.coronalabs”,
},
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.analytics.flurry”] =
{
– required
publisherId = “com.coronalabs”,
},
},
If someone knows what may be going on, please let me know.
Thanks,
Jorge