Google Play In-app billing subscriptions let you sell content, services, or features in your app with automated, recurring billing.
Questions tagged [in-app-subscription]
499 questions
7
votes
1 answer
Google Billing Library - Check for Subscription free trial eligibility
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 completely and cancelled the subscription. If the user…

Kamal
- 453
- 1
- 10
- 22
7
votes
1 answer
Test Subscription multiple times
I have a subscription with a free trial period and a reduced price period.
According to the Developers site (https://developer.android.com/google/play/billing/billing_testing#testing-renewals) there is some waiting time when testing a…

BeNeXuS
- 497
- 5
- 11
7
votes
3 answers
How or which Payment system do I need to use for Subscription services which are mentioned as below , Stripe Or Google's In-App Billing?
I'm currently very much confused about with which subscription service to use between any Third-party or Google's In-App billing system.
Let me explain first , I have an app which is providing service to Landlord for Posting their vacant Properties…

Deep Shah
- 1,334
- 3
- 20
- 41
7
votes
0 answers
How to correctly display the introductory price of an iOS SKProduct?
Short version:
created an introductory price for a subscription in itunes connect
the new price is set to start in about a month
all clients receive the new price information when updating their SKProducts right away
How to ensure that the new…

Justin Ganzer
- 582
- 4
- 15
7
votes
0 answers
Multiple in-app subscriptions per app
We are developing an app in which some verified users can sell their content by subscriptions.
Content is digital content consisting of videos, photos and tips.
We would like to offer paid content with monthly subscription. I researched some apps…

CattDamon
- 167
- 1
- 10
7
votes
0 answers
How do you offer the ability to change the subscription frequency of your app from the Google Play Store?
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 this is possible to do within the app, using…

Emily
- 365
- 1
- 2
- 15
6
votes
3 answers
Android - Billing 5.0.0 - Data structure explanation?
I'm confused about the new version (5) of android billing library. I have a few subscriptions in my app and each one has a monthly cycle and a 2 weeks free trial. Now I want to show to the users the pricing details for my subscriptions.
And when I…

Anonymous
- 4,470
- 3
- 36
- 67
6
votes
1 answer
Is there any way to add In App Purchases in Flutter Web?
I want to add google in app purchases in my flutter web and desktop project.
is there any way that we can do that.

Awais Ibrahim
- 61
- 1
6
votes
2 answers
Google Billing Free Trial - same user multiple times
We are implementing Google Billing with server side validation.
One of the features that we have to support is "Free Trial". Single user is able to participate in "free trial" only once.
If he cancels the subscription, and then tries to buy same…

Klik Kliković
- 364
- 1
- 5
- 13
6
votes
3 answers
What is the new "Resubscribe" feature found in Billing Library 2.0 and how is it different than the old Billing Library 1.2.2's?
In the Android Developer Console, I saw this message
Resubscribe isn't currently available for your users because your app
does not use Billing Library 2.0 in all active APKs
But, I was puzzled. Currently, we are using Billing Library 1.2.2.
This…

Cheok Yan Cheng
- 47,586
- 132
- 466
- 875
6
votes
1 answer
Proper way of Apple in app purchase with free trial in flutter
I am coding in Flutter, and I want to implement an auto-renewable subscription with a 3day free trial period.
Unfortunately, I did not find any exact documentation or advice, how can I test it.
What I tried:
1) I created an auto-renewable product in…

janosdupai
- 519
- 1
- 5
- 16
6
votes
1 answer
Google Play - Error "subscriptionNotOwnedByUser" when acknowledging purchase token of a subscription
Keep receiving error "subscriptionNotOwnedByUser" from Google's when acknowledging a subscription upgrade/downgrade using Google's developer API for server-side subscription verification.
The purchase token was extracted directly from the…

LHYNIV
- 81
- 4
6
votes
3 answers
Is it necessary to migrate from "Google Play Billing with AIDL" to "Google Play Billing Library"?
I know that "Google Play Billing with AIDL" deprecated, but the app on which I am working is so complex that I don't want to change the core parts of the application.
On the play console, I am getting the below message:-
"We’ve detected that your…

Nishant Chauhan
- 726
- 7
- 17
6
votes
2 answers
Are Real-Time Developer Notifications necessary to be enabled for implementing In-App Purchases in an Android app?
Currently I'm trying to learn how to use Google Play Billing Library V1.2 for implementing In-App Purchases (IAP) - Subscriptions mainly in my Android app.
While looking at Add subscription-specific features, I came across this:
Also, before…

Shahood ul Hassan
- 745
- 2
- 9
- 19
6
votes
1 answer
What happens to in-app subscriptions when an app is unpublished from Google Play?
I am about to unpublish my app from the Google Play Store because the service is going to be shut down.
My users are currently paying subscriptions (monthly or yearly) for the service, subscriptions that auto-renew.
I am wondering what will happen…

David Ferrand
- 5,357
- 1
- 33
- 43