Hi,
I have decided to try and publish my latest app to Amazon. It is quite simple so I thought it would be an easy job.
I am getting the error "… does not target the Google Play store … ". After some playing around I have managed to pin down the issue to the Appodeal plugin.
Below you will see my build.setttings, if I include appodeal then I get the error, if I comment it out then everything works as expected.
I have included my sample project that shows this happening.
Is this an issue or is this what I should expect?
Corona Version 3177
Mac 10.13.1
Building for Amazon
Thanks,
Craig
settings = { -- Exclude some files for different targets orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown" }, }, plugins = { --["plugin.appodeal"] = -- { -- publisherId = "com.coronalabs" -- }, }, android = { usesPermissions = { }, }, }