eggheadgames / android-in-app-payments

Support Android Google Play and Amazon in-app billing (IAP) payments with one API
MIT License
58 stars 14 forks source link

Update to latest Amazon In-App Purchase SDK 2.0.76 #19

Closed mikemee closed 4 years ago

mikemee commented 4 years ago

Let's update to the latest (Sep 1, 2016) SDK 2.0.76 from our current version of 2.0.61.

According to the release notes, https://developer.amazon.com/docs/in-app-purchasing/iap-whats-new.html, the only change is:

Products returned by the getProductData API now include a Coins reward amount, an optional field that surfaces the amount of Amazon Coins a customer will be rewarded after purchasing that product

This shouldn't affect us (except perhaps we ignore that extra value?) because we don't do anything with Coins rewards.