I’m not understanding how supportedPlatforms is supposed to work. I tried this in the first part of my plugins settings
settings = { plugins = { ["plugin.amazon.iap"] = { publisherId = "com.amazon", supportedPlatforms = { android-kindle = "true" },}, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android = true },}, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["plugin.carrot"] = { publisherId = "com.gocarrot", }, },
but if I attempt to build for a device I get an error message popup “There is an error in your build.settings.” and the console says "Syntax error: …/build.settings:5: ‘}’ expected near ‘=’ " but I don’t see the syntax error. Is supportedPlatforms supposed to work for all plugins?
-Stephen