Questions tagged [in-app-subscription]

Google Play In-app billing subscriptions let you sell content, services, or features in your app with automated, recurring billing.

499 questions
11
votes
3 answers

How to implement auto renew subscription in app billing google play

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 continues indefinitely at the interval and price…
Loint
  • 3,560
  • 7
  • 26
  • 46
11
votes
2 answers

Google Play - Monthly subscription for my app is charged daily

I have an Android app published in Google Play that contains In-app subscriptions. I have a monthly and yearly subscription, I have configured it in the Developer console this way: The issue is: when the user is going to subscribe, Google Play is…
10
votes
0 answers

Google Play subscriptions always "Pending payment"

I'm having problems to understand why almost all (90 %) of my active subscriptions in the Google Play Developer Console are in "Pending payment" status, despite the subscriptions are out of trial and grace periods and the status of the subscription…
9
votes
4 answers

Skproduct skipping product because no price was available

This is my first experience with creating purchases. The app I'm working on hasn't been released yet. I've been testing subscriptions locally using the Configuration.storekit file. Everything worked fine. I recently encountered a problem - my…
9
votes
1 answer

Google Play Billing: Pending purchases not available for subscriptions?

Context: We have a TV app that offers as its only in-app item a monthly subscription. I am mostly looking for confirmation of what I believe to be true: Since version 2.0 of the Google Play Billing Library there is a thing called pending purchases.…
9
votes
0 answers

Turn off pause subscription option in google play billing

I've disabled Pause subscription option in the Google Play console several days ago, but subscription still can be paused from the Google Play menu on device. My app is in the close alpha channel. There was no production release yet. I've added…
9
votes
1 answer

Implement In app promotion on subscription with promo code in flutter using in_app_purchases official library

I recently implemented the in-app subscription into my app. Now I am working on adding the promo codes for a subscription. People with promo code can have 15 days trial and after that, they'll be…
9
votes
1 answer

iOS & Firebase Auto-renewable Subscriptions

My problem: I am having a hard time figuring out a way to safely manage auto-renewable subscriptions in iOS with Firebase. Purchase process: User1 purchases a subscription Update User1's account on Firebase w/ the subscription identifier (used to…
Casey West
  • 578
  • 5
  • 22
8
votes
2 answers

Google play billing API: How to understand the user is subscribed?

I want to find out whether the user active subscription to Basic/Premium content or not from the MainActivity. There is a BillingClientLifecycle class initiating the subscription process. As I understood, queryPurchses should show whether the user…
8
votes
1 answer

Server-side validation of iOS and Android auto-renewable subscriptions using server-to-server notifications and Firebase Cloud Functions

I have successfully implemented subscription validation for Google Play, but I am struggling to understand the validation flow for iOS auto-renewable subscriptions and would like to ask for your help. Here is how high-level logic for Google…
8
votes
1 answer

Are auto-renewing android in-app subscriptions have to be consumed?

After hours reading documentation about android in-app product and subscription I am still stuck asking me about consumption process regarding in-app auto-renewing subscription. What Google says about consuming It's up to you to decide if you want…
nekflamm
  • 131
  • 12
8
votes
1 answer

Is there any way to retrieve if user had canceled Android In App subscription

I am using google in-app billing v-3 to implement Subscription. My Subscription has one week Trail period and UI displays "Avail A Week Free" View. If the user Subscribes and cancels for any reasons, I need to display "UpGrade" View. As far as I…
ganesh
  • 1,247
  • 6
  • 24
  • 46
8
votes
1 answer

List all Play subscriptions

Is there any API or script to get back a list of all live Google Play subscriptions for a given app? ie a data form of what's shown on the Play developer console under Subscriptions. Stripe, for example, has an explicit list subscriptions API, but I…
mahemoff
  • 44,526
  • 36
  • 160
  • 222
7
votes
3 answers

App Store Connect: "In-App Purchase and Subscriptions" section missing

I want to add subscriptions to my app in app store connect. The subscriptions status is "Waiting for Review". But the button "Submit for review" is greyed out. On the subscriptions page I see this info: Your first subscription must be submitted…
MiWe
  • 113
  • 4
7
votes
3 answers

Google billing Internal Test : Test Card not showing

I have my app in the internal testing track but when Testing, the test card did not show up and it asked for the real credit card on both real and virtual devices. I have tried some method recommended by StaclkOverFlow such as removing all GG…
1
2
3
33 34