0
votes
0answers
50 views

Amazon IAP - PurchaseObserver callbacks not called (except onSdkAvailable)

I hooked our game up to the amazon store using the ButtonClicker sample as a base framework. I am trying to implement the storefront and so building a catalog of purchasable items within the ...
1
vote
1answer
137 views

How do I easily restore purchases using the Amazon API?

I'm trying to restore purchases just like iOS, and I can't figure out how to easily restore an IAP entitlement purchase with the Amazon API. If I send another request with the SKU to the ...
1
vote
0answers
79 views

Amazon iap doesnt work in release mode

I'm integrating amazon iap in to my android app. The release version that is ready to be submitted (signed and obfuscated) works fine on my phone in sandbox mode. However, after submitting the ...
4
votes
1answer
173 views

Amazon IAP doesn't invoke onPurchaseResponse

I have an android app, which is using IAP. I'm sending PurchasingManager.initiateGetUserIdRequest() and getting the user ID successfully in onGetUserIdResponse. After getting the response the ...
10
votes
2answers
590 views

How to set up proguard for amazon iap?

I'm trying to set up a basic proguard with amazon iap integrated. However when I'm trying to export my apk, I got the following errors: [2012-06-17 10:59:44 - sc] Proguard returned with error code 1. ...
1
vote
0answers
224 views

Amazon In-App-Purchase Bug

We just launched our game on the Amazon Android Store with their new In-App Purchase SDK. We are seeing a few sale that resulting users not getting the virtual good they paid for. I've have reproduced ...