My Amazon app submission failed because it requires Google Play services. I am trying to figure out if it was because I didn’t build specifically for Amazon (I just submitted the same .apk I submitted to the Play store) or if it is because of my use of the gpgs plugin. Should the gpgs plugin work on Amazon? My assumption was that Android means both Google and Amazon.
From my build.settings:
["plugin.gpgs"] = { publisherId = "com.coronalabs", supportedPlatforms = { android = true } },
Do I need a separate parameter for Amazon Kindle in the supportedPlatforms? Or will building specifically for Amazon fix this? or something else altogether?
BTW: the error on Amazon is “Google Play store error: App relies on Google Play services, which cannot be maintained without the Google Play store. Contact the manufacturer for assistance”