in-app-billing Questions
8
Solved
I am implementing in-app purchases for an app with support for several countries.
The In-App Billing Version 3 API claims that:
No currency conversion or formatting is necessary: prices are rep...
Undemonstrative asked 11/6, 2013 at 7:57
1
I'm not specifically looking to have the option to refund a user for an in app purchase of a consumable, but just in the odd case that a user asks for a refund, either through google, or through th...
Craniate asked 1/7, 2016 at 2:29
2
Solved
I have used the In-app billing library for adding subscriptions in my app. Everything is working properly but I am unable to find how do I get a Users current active subscription?
As per the docs,...
Gleam asked 4/11, 2018 at 10:24
1
Solved
In recent Android update, Google has changed their in-app purchase UI.
We use
// BillingClient mBillingClient;
mBillingClient.launchBillingFlow
to launch in-app purchase flow.
Previously, when...
Goldthread asked 24/9, 2018 at 20:19
1
Solved
So we want to support in-app billing via Google's billing API and via AliPay for China. I've written a method that should return either a GooglePlay or an AliPay billing client (whichever is availa...
Banuelos asked 17/10, 2018 at 15:22
0
After adding Firebase Analytics to my Android app, in-app purchases are not automatically logging in Firebase.
But in log it is showing as event recorded..
V/FA-SVC (14957): Event recorded: Even...
Layfield asked 20/9, 2018 at 6:21
3
Hi all in my google play developer console when I'm going to create In-app under in-app products section it is showing only 2 options (Managed Product, Subscription) So how can I create Un-managed ...
Jonquil asked 11/6, 2015 at 8:55
2
Solved
Hi am using new Play Billing Library for in app subscriptions.
https://developer.android.com/google/play/billing/billing_library.html
Everthing works perfect and am able to subscribe the product. ...
Ache asked 31/12, 2017 at 8:38
4
Solved
I already have a completely free app published at Google Play store.
Since the app is more popular than I have thought, I decided to lock some of the features and demand in-app billing before usi...
Handwoven asked 26/4, 2013 at 11:35
3
Solved
We are about to release an application on the Android Market, with In-app Billing for subscription that unlocks certain features for a the subscription period.
My boss now wants me to implement va...
Gen asked 22/3, 2012 at 14:25
6
I am trying to implement in-app-billing for my app.
I am following the implementation used in google's TriviaDrive sample app, and the relevant documentation on the Developer website.
My code is wo...
Bordello asked 13/5, 2014 at 10:48
6
My app is in alpha mode but published. I can see this in developer console
"Only alpha and beta testers can see the listing in Google Play, since you have not yet uploaded any APKs to prod."
But ...
Observer asked 30/4, 2015 at 11:55
9
I was doing this following these steps as mentioned in the link.
Copy the IInAppBillingService.aidl file to your Android project.
(1) If you are using Eclipse: Import the IInAppBillingService.ai...
Subconscious asked 18/12, 2012 at 6:49
5
I am working on android project and I am using In App Purchases. It was all working in Eclipe but I saw Android Studio had another update which fixed a lot of issues related to library dependencies...
Deepdyed asked 28/12, 2013 at 16:5
0
Anyone have any idea why this ANR might be happening? I thought upgrading from the old IABHelper to the new billing library would solve it but it didn't. I submitted a bug on the billing library sa...
Pibgorn asked 6/7, 2018 at 16:43
4
Our intention is to filter the content based on location without requesting Location permission from the Android device,
In-order to meet this requirement, we have tried the following options and ...
Cobbler asked 14/6, 2018 at 7:59
2
Solved
I have red a lot of posts and Google documents, but am still not clear how to tell an in-app purchase has been refunded. I have red carefully In-App Billing v3 - Don't detect refund and Does Google...
Prima asked 3/10, 2017 at 10:59
13
My app seems ready to get a 'real life' test for an in-app purchase procedure on my device. However, I receive an "The publisher cannot purchase this item" error message in Play Store.
Now, how am ...
Transom asked 3/1, 2013 at 12:32
4
Solved
Is it possible to change in-app purchase item's price after it has been published in Google Play? (I'm assuming the app has been published, too).
The whole documentations online at http://develope...
Hazlip asked 24/4, 2012 at 11:49
3
Solved
I've been reading this website :
http://developer.android.com/google/play/billing/billing_subscriptions.html
Because I read that "Currently, the In-app Billing API does not provide support for pro...
Apparently asked 22/4, 2016 at 23:47
2
I'm writing an app that will support in-app subscriptions. The subscriptions will enable my users to use a number of services and benefits outside the Android world. I know that I can use Google Pl...
Picasso asked 8/5, 2015 at 9:23
0
The sample app that the Google Developers guide refers to has a method called verifyValidSignature() that looks like this in the BillingManager class:
/**
* Verifies that the purchase was signed ...
Vagabondage asked 29/4, 2018 at 17:2
0
I'm about to implement In App Purchases (IAP) for a premium-upgrade feature in an app I'm developing, and I've read the official developer guides. There, they mention that
You can use the Play ...
Lonnielonny asked 29/4, 2018 at 14:42
0
My app offers a monthly subscription right now, and we are in the process of adding annual subscriptions as well. The user should be able to upgrade/downgrade their subscription, and it looks like ...
Georgeta asked 23/4, 2018 at 21:44
2
I have an app which has in-app purchases using Google's In-App Billing API. This generally works well, even with internet connection being lost after the purchase has been made, which makes the pro...
Evert asked 11/4, 2018 at 9:59
© 2022 - 2024 — McMap. All rights reserved.