Help with Amazon Appstore SDK Unity Plugin to implement IAP

I am trying to implement IAP in my game with the help of Amazon Appstore SDK but the documents available do not tell much about how to implement it. Is there someone who has implemented it and can provide with a sample script to achieve the same?

I am also attempting this… It seems very buggy, especially on purchase response and purchase updates after consumable purchases etc… Anyone from the Amazon Dev team able to help?

I actually implemented IAP in my games but I don’t use Amazon SDK, i simply use Unity Purchases package, and it is working just fine.

Hi all,

You can find the Unity Plugin documentation below:

Pre-requsite Config: Configure Unity App with Public Key | Cross-Platform Plugins
Implementation Documentation : Appstore SDK Plugin for Unity | Cross-Platform Plugins

Did you encounter any specific errors?