I just received a message from Amazon stating that they have changed the syntax of the AndroidManifest.xml, and I would need to update my manifest accordingly to keep in-app purchases working properly. Since I don’t build natively and don’t have an AndroidManifest.xml, I am presuming that this is something that is handled by plugin.amazon.iap
.
In looking into this, I noticed that there are two versions of plugin.amazon.iap
over at the plugin directory. One has publisherId = "com.coronalabs"
, and the other has publisherId = "com.amazon"
. The documentation still says to use com.coronalabs
, but I also noticed that the com.amazon
plugin is listed as having been more recently updated.
Does anyone know what’s going on with this?