Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.33 KB

changelog.md

File metadata and controls

35 lines (24 loc) · 1.33 KB
  • Changes
    • Removed binaries from repo
  • Changes
    • Implemented stubs for changes in IIabService
  • New Features
    • Pass back User ID for purposes of server-side receipt verification
  • New Features

    • Adding missing notifyFulfillment functionality fo compliance with Amazon IAP 2.0
  • Fixes

    • Fetch SKUs operation gets stuck when no skus provided

*** Migrating from IAP v1.0 to IAP v2.0 ***:

  1. Add in-app-purchasing-2.0.1.jar instead of in-app-purchasing-1.0.3.jar
  2. Change ResponseReceiver package name in AndroidManifest.xml to com.amazon.device.iap:
<receiver android:name = "com.amazon.device.iap.ResponseReceiver" >
  ...
  </receiver>
  ```

1. Read more about [Migrating from IAP v1.0 to IAP v2.0](https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/migrate-iapv1-apps-to-iapv2)