Hi folks.
I’ve recently implemented Appodeal but as a result I am no longer able to build working apps for Amazon, due to a “Corona: Developer Error”, notifying that Google Play Services has been included with a non-Google target (Amazon).
Google Play Services is not in the build file. When I disable Appodeal the build works on Amazon as expected, but if I include just the Appodeal base, no other Appodeal plugin, the Amazon build fails due to Corona’s error.
I am using the BETA version of the Appodeal plugin, but the non-BETA version has the same issue…
Here’s the error: https://photos.app.goo.gl/yVKdF9Z6i5HijEHq6
I see others on the forum are having the same issue.
This build.settings does NOT work and shows the Corona error (only Appodeal base included):
plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["plugin.zip"] = { publisherId = "com.coronalabs" }, ["plugin.CoronaSplashControl"] = { publisherId = "com.coronalabs" }, -- Base ['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' }, -- IAP Badger ["plugin.iap\_badger"] = { publisherId = "uk.co.happymongoose", }, -- IN-APP PURCHASES (AMAZON) ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", }, },
This build.settings DOES work on Amazon (same as above, but Appodeal base is commented out):
plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["plugin.zip"] = { publisherId = "com.coronalabs" }, ["plugin.CoronaSplashControl"] = { publisherId = "com.coronalabs" }, -- Base --['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' }, -- IAP Badger ["plugin.iap\_badger"] = { publisherId = "uk.co.happymongoose", }, -- IN-APP PURCHASES (AMAZON) ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", }, },
Appodeal plugin does not work on Amazon, with Corona SDK build 2018.3428. Beta or not.
Can you acknowledge and let us know if there is a solution, workaround, or fix in progress?
Thanks,
Chris