I am trying to use AppLovin plugin and getting the following error when I run in the simulator:
WARNING: The ‘plugin.applovin’ library is not available on this platform.
Here is a snippet from my build settings:
[“plugin.chartboost”] =
{
publisherId = “com.swipeware”,
},
[“plugin.applovin”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, osx=true, win32=true, appletvos=true },
},
I upgraded to the latest stable build (2906). There is nothing else I have to download right? I could not find a download for the plugin and see in the Marketplace that it is pre-activated, which I assume means it is part of the base Corona build. I have been pulling my hair out all day trying to resolve this - any help would be greatly appreciated.