libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

Update AndroidManifest.xml according to the Amazon #258

Closed bitdream closed 9 months ago

bitdream commented 9 months ago

document link: https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html

Current version doesn't call handlePurchase or handlePurchaseError after purchasing, when target Android API 33. After this update of ResponseReceiver configuration, everything goes normal.