Questions tagged [amazon-in-app-purchase]

32 questions
12
votes
2 answers

Amazon IAP SDK: No response when testing IAPs in Live App Testing

I am trying to integrate the latest version of the Amazon IAP API into my Android 4+ app. Everything seems to work just fine when the app is sideloaded onto my test devices (Nexus 5 and Kindle Fire) and used with the Amazon App Tester. The IAPs can…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
8
votes
1 answer

Is it possible to reliably detect at runtime which store installed an Android App (Google Play or Amazon Market)?

I need to know which store is the App's installer so that I know which store to communicate with for in-App purchase functionality. Is the definitive 100% reliable approach to generate two separate binaries? Or is there a 100% reliable code-based…
Alfie Hanssen
  • 16,964
  • 12
  • 68
  • 74
5
votes
2 answers

Amazon In-app purchase click number not changing

I have followed the following steps As shown in image .steps in In AppPayment Amazon but the problem is when I run the code provided in SDK as shown in image 4 when I click the button the number of clicks should be deducted but it is not. I have…
Venkat
  • 3,447
  • 6
  • 42
  • 61
3
votes
1 answer

Fail to use the PurchasingService of the Amazon AppStore SDK to implement IAP

I am currently trying to migrate my application from the Google Play Billing to the Amazon IAP system in order to deploy my application on the Amazon AppStore. I am following the official documentation and use the AppStore SDK in version 3.0.2. I…
rolandl
  • 1,769
  • 1
  • 25
  • 48
3
votes
1 answer

getting AUTH_TOKEN_VERIFICATION_FAILURE: null: null amazon in app purchase fire stick tv

I am trying to implement amazon's in app purchase(IAP) in my application. I followed the below article to implement it. https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html But I am receiving below error when I am calling…
3
votes
2 answers

Amazon Appstore Deeplink to Manage Subscriptions

I'm trying to deeplink to the Amazon Appstore's Manage Subscriptions page from my app and I'm curious if it's possible. I've managed to accomplish this for the Google Play Store and iOS App Store. I've gone through the documentation at the link…
mbaker3
  • 895
  • 6
  • 9
3
votes
1 answer

How can my application get to know about subscription expiry?

I have implemented amazon in-app in my android app, but I don't know what will happen when user's subscription will expire. Right now, I am keep expiration details on my server hoping that after expiry, subscription will get available to the…
Numair
  • 1,062
  • 1
  • 20
  • 41
3
votes
2 answers

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 onItemDataResponse callback. But this along with…
gilko
  • 41
  • 2
3
votes
1 answer

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 PurchasingManager, it returns a PurchaseResponse, but that…
MochiBits
  • 223
  • 1
  • 11
2
votes
1 answer

Amazon live app testing purchases: Can testers use a build downloaded from Amazon Underground to test purchases?

I'm confused about how to test purchases in amazon Live App Testing before app is submitted and goes live. I set up a test in Live App Testing and submitted it. The build works fine locally in sandbox mode, if app is installed manually and App…
2
votes
2 answers

Amazon App Tester crash (Xamarin) during purchase test

While testing in-app-purchase using Amazon App Tester, the app crashed on this line RequestOutput response = IAPService.Purchase(request); I am following the code sample from here In the Output window, the purchase seems to be called…
PutraKg
  • 2,226
  • 3
  • 31
  • 60
2
votes
0 answers

Auto download in-app purchase (iap) report for amazon android app

We have an app running on amazon store, which have in-app purchases. Through amazon's developer portal we can view/download the sales/earnings report. Our goal is to accumulate the data from different appstores- google, iOS appstore, amazon at one…
adhiroha
  • 71
  • 5
2
votes
2 answers

In-App Purchase from Amazon Apps & Games Developer for Android: An error occurred while processing your purchase

My App is working fine with APP tester. But when I release the app in [Amazon Apps & Games Developer][1] I have imported sample app(1.0 version) from Apps-SDK. I just changed code at one place in MySku.java /*MY_MAGAZINE_MONTHLY( …
Gangadhar Nimballi
  • 1,534
  • 3
  • 18
  • 46
2
votes
1 answer

How to restore purchases in Amazon API?

I have been trying from past few days to restore the purchased items in In-App Purchases in Amazon. I succeeded in purchasing items, and now I need to restore the items purchased after the app is uninstalled. I read the several links and including…
class Android
  • 762
  • 1
  • 6
  • 17
2
votes
1 answer

Amazon InApp testing using OpenIab

I am trying to implement In App purchases for an Android application. So, in order to support various app store(i.e., Samsung, Google Play, Amazon etc.,) I am using OpenIab from enter link description here I have successfully used the OpenIab for…
Bharath
  • 3,001
  • 6
  • 32
  • 65
1
2 3