Questions tagged [android-inapp-purchase]

195 questions
3
votes
1 answer

How to know if android purchase data is sandbox or not (Testing or not)?

we have implemented android in app purchase , we are sending purchase info to our Backend , my Question is How to know if purchase data is sandbox or not ? before google update testing env the order id for testing was null , now google is…
3
votes
2 answers

Android Play Billing Library: get product introductory price?

I'm investigating using the new Play Billing Library, and one thing I'm concerned about is the products introductory prices. I'm wondering if there is a way to retrieve the introductory prices with the new library. As far as I know it could be done…
3
votes
1 answer

Android in-app-purchase how to get expiration date of subscription

I have subscription feature in my app. Is there any way can I get expiration date of subscribed product without any additional code on the server? I have searched a lot and didn't get the answer. Thanks
Amr Mohammed
  • 573
  • 6
  • 13
2
votes
2 answers

How do I acknowledge an android in app purchase in nodeJS

At the moment, I am authenticating as my linked android apps google service account to verify and try to acknowledge android in app Subscriptions. I can verify them using the GET call, but when i make the POST and append :acknowledge to the end of…
2
votes
1 answer

Android In App Purchase - Cannot call button setText() from onBillingSetupFinished() event

I have an In App Purchase feature where I think am following the standard process but getting challenged with a weird issue related to a Button setText() updates. Here is what I want to do: Start the billing connection On successful…
2
votes
0 answers

how I get in app purchase user status in android

I have implement in app purchase in to my app and I want to get details of already purchase subscription's sku data and currant status. with this data I want to use for proration and cancel is there any way to find this
2
votes
0 answers

How to get data of already purchase subscription

**I have implement in app purchase in to my app and I want to get details of already purchase subscription's sku data and currant status. with this data I want to use for proration and cancel is there any way to find this**
2
votes
1 answer

How to handle subscription repurchase scenario in android in-app purchase?

I am maintaining and updating the subscription state through the real time developer notification. When an user purchased a subscription in app, my server is called to link the purchase with the user. Whenever user repurchases a subscription after…
2
votes
1 answer

In-App Purchase Issue in Purchase Scenario - Kotlin

I am implementing In-App purchase demo in my android application to learn all the things carefully and deeply. Now, For that, I have below three product ids that I have added in my google play console…
2
votes
1 answer

Not able to test play store In-App-Purchase with licensed tester account

I have uploaded an app in play store. I have created releases in Internal Test and Closed Test tracks. I have created In-App products also. Then I have added testers account for licensed testers. I have opted in using the opt-in url. But when I…
2
votes
0 answers

Is purchaseToken unique in Android in-app purchase?

I have a project in which i have to verify the in-app purchase in my back-end(Node js). The purchase is one-time consumable purchase. i.e user is paying some dollars to buy a package named Diamond that gives him 1000 coins. so my question is if user…
2
votes
2 answers

: How can I change stripe test to live?

I created Stripe payment gateway with flutter it is working on test mode now, I want to change to Live Mode ( I've updated the publishableKey and the secret ) in the StripeOptions() I must change androidPayMode and merchantId ?, if should change…
2
votes
1 answer

Does queryPurchases() from Play Billing Library guarantees retrieving a valid purchase?

I'm using the Google Play Billing Library and I read the documentation and all questions about validating the purchases on the server and how to inquiry the purchases. However, some points are still not clear and I couldn't find answers to them…
2
votes
0 answers

In-app purchases showing zero transactions in Play Console while a transaction in made

While testing in-app purchases in (Alpha-release) app , I did a payment via Google Pay and payment was successful. I can also see Purchase History in Google PlayStore. Also in Play console inside Developer Account->Order management I can see order…
2
votes
2 answers

Flutter - IAP error code 6 with message "the item you were attempting to purchase could not be found"

I am performing in app purchase in my app. I am using Flutter-In-App-Purchase Plugin to implement IAP feature. Following is my code to implement IAP. class InApp extends StatefulWidget { @override _InAppState createState() =>…
Mahesh P
  • 400
  • 1
  • 4
  • 18