in-app-billing Questions
3
I am facing an issue after installing and implementing in-app purchase plugin Flutter team provided.
What I did so far:
added 2 products on Play Store that are visible and active.
submitted build ...
Hoagland asked 13/6, 2020 at 16:58
1
We have an internal testing app for the platform we use to develop our apps and we are working on adding in-app-billing to our platform to support subscriptions that some of our clients may offer.
...
Audsley asked 17/3, 2022 at 17:12
5
Solved
I implemented an In-App Purchase with the Play Billing Library 1.0 according to Google's tutorial.
I have only 1 item for purchase and when it gets unlocked, I show a Toast message with the length ...
Antiphonal asked 21/9, 2017 at 12:7
0
I utilize realtime developer notification to process the purchases within my app. For subscriptions this works flawless, but for one time products I never received a message.
Working:
Subscription...
Titty asked 8/2, 2022 at 16:8
8
Solved
I have a simple app (needs user login with account). I provide some premium features for paid users, like more news content.
I need to record if the user has bought this item in my server database...
Marchal asked 22/11, 2015 at 2:7
3
I have an Android app released on the Google Play Store, and last week I released a new update, just to fix some small issues. Starting with the day when I added the updated version on the Play Sto...
Robeson asked 12/7, 2020 at 6:14
4
Solved
I have defined some in app products in my app. I've uploaded the apk to the Google Play and added the inapp purchase products on the Google play.
I've got my ServiceConnection defined as followed...
Gospodin asked 18/7, 2014 at 23:26
2
Solved
I'm developing an Android app and I am now at a point where I'm implementing in-app purchases. I have followed Android Developers' own guide to do this. However, when I launch my app, I get the fol...
Noles asked 28/5, 2021 at 12:8
2
Solved
I have gone through the Play Billing Library
https://developer.android.com/google/play/billing/billing_library_overview
You must acknowledge all purchases within three days. Failure to properly ac...
Jannery asked 13/6, 2019 at 17:18
1
Solved
Our app has 3 possible auto-renewing subscription plans - monthly, 6 months and yearly.
They are defined in Google Play and work well when purchasing.
Recently, we've added an option to change pla...
Blue asked 17/12, 2019 at 4:23
2
I migrated Google Play Billing Library in Android Studio from 3.0.3 (was working fine) to 4.0.0.
I've checked my Google Play Billing and all seems OK and the SKU status is ACTIVE (no red flags).
I'...
Dermot asked 1/6, 2021 at 5:15
4
Solved
I am building the "inapp" billing system in my application.
After i execute
skuDetails = mService.getSkuDetails(3, "my_app_package_name", "inapp", bundle);
ArrayList<String> response...
Beast asked 23/10, 2017 at 11:3
1
Solved
Here is the method I've got:
public void setupBillingClient() { //connect to google play
billingClient = BillingClient.newBuilder(context)
.enablePendingPurchases()
.setListener(this)
.build(...
Koren asked 7/10, 2020 at 15:58
4
I use Play Billing Library and I have two subscriptions for one and three months. For a 3 month subscription, I want to display the price for 1 month.
For example, a 1 month subscription is $1,50 a...
Castor asked 17/7, 2020 at 14:29
3
Solved
Issue:
Cannot upgrade current subscription to different subscription.
Showing Error: "Something went wrong on our end. Please try again."
Description:
Were using play billing library v...
Dowsabel asked 25/5, 2021 at 14:13
1
I'm new to the implementation of Google's Billing library and using this system to make subscriptions inside my app. My question is if a user created a subscription which has free trial, used it co...
Whitethorn asked 8/7, 2021 at 13:28
4
I'm trying to implement the backend of payment processor with google play in-app billing.
Google play billing api is tottally built for serveless scenario and is being a hell of a work to make it w...
Windermere asked 2/7, 2020 at 19:22
2
Whilst setting up in-app purchases in my app, I came across the fact that there are two permissions related to billing:
<uses-permission android:name="com.android.vending.BILLING" />
<us...
Binnie asked 6/8, 2015 at 10:2
2
Solved
In the Google Play doc, it is written "To verify a purchase, the app passes the purchase token and other details up to your backend servers, which verifies them directly with Google Play using the ...
Ignatia asked 2/6, 2015 at 17:28
5
Solved
I have implemented a test app with Android's In-App Billing. I have filled in my Public Key in the Security.java file. Everything works, but when I submit the payment, the app crashes. I receive an...
Towny asked 15/8, 2011 at 20:39
5
Solved
I implemented in-app billing into my app and am now testing its handling of refunds.
I bought my app's managed in-app billing item with a test account and refunded it. My app got the refund broadc...
Salo asked 17/10, 2012 at 9:8
2
Solved
I've implemented API version 3 of GooglePlay Inapp purchase.
I'm logged in with the same Google account on two devices.
On device #1, I've just purchased an item using this: https://developer.and...
Enthral asked 24/4, 2016 at 9:27
1
I am using Google billing service, version 2.0.3.
Running the BillingClient.queryPurchases method in the UI thread in the activity onstart method, users sometimes encounter Application Not Respondi...
Stratosphere asked 8/1, 2020 at 7:22
3
I have upgraded the billingclient library today from:
//implementation 'com.android.billingclient:billing:1.2.1'
//to
implementation 'com.android.billingclient:billing:2.0.3'
I have also comple...
Fleenor asked 26/11, 2019 at 2:34
3
Solved
I'm researching method to implement auto renew subscription in app billing with google play. I read https://developer.android.com/google/play/billing/billing_subscriptions.html and see
Billing con...
Scimitar asked 22/8, 2017 at 8:25
© 2022 - 2024 — McMap. All rights reserved.