in-app-subscription Questions

4

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 subscripti...
Neal asked 24/7, 2022 at 13:3

4

Solved

I'm trying to implement in-app purchases using the official Flutter In-App-Purchase plugin. I've got things working, except I can't figure out how to tell if a users subscription is still active or...

4

Solved

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" o...

6

I wanted to ask if someone has already implemented the new Offers for the inapp-subscription (auto renewal), the difficulty in creating server-side the system to create this signature using the p8 ...
Parttime asked 29/3, 2019 at 9:55

4

Solved

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 recommen...

0

I am using in_app_purchase, version 3.1.7 in flutter. And the purchases for subscription works well. But their is no documentation on how I can check if the current user have an active subscription...
Convolute asked 16/7, 2023 at 20:39

4

Solved

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 worke...
Loudmouthed asked 22/9, 2022 at 7:42

3

Situation - User completes payments for subscription, the app sends purchase token to the backend with the user id. At the same time, we have also configured webhook, which also send same purchase ...

2

To disable users to pause their subscription, do the following: Sign in to the Google Play Console. Select your app, and then go to Store presence > In-app products > Subscriptions. Expand t...
Systole asked 21/12, 2020 at 8:37

3

Solved

I want to provide auto renewable subscription in my Flutter App for both iOS and Android devices. Users can subscribe for 1 Month. There is not an officially maintained in-app purchase plugin yet...
Namedropping asked 21/12, 2018 at 6:52

3

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 th...
Frequentation asked 20/6, 2022 at 19:46

2

Solved

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:...

0

I have implemented auto-renewal subscription in app purchase in my app, but I am stuck in 1 case scenario. User can sign up into app after successfully in-app purchase done. App is offer 2 plans Ye...
Opt asked 11/11, 2022 at 4:12

1

I want to add google in app purchases in my flutter web and desktop project. is there any way that we can do that.

1

Solved

Steps to reproduce: Subscribe to a subscription in the app Go to google play store and cancel the subscription. Go back to subscriptions page Wait for the subscription to expire The subscription w...
Stun asked 29/10, 2021 at 2:6

1

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 c...

2

We're using Firebase Analytics to track our Android app. We've connected it to our Google Play account in hopes to receive the automatic in_app_purchase events. What we later realized is that does ...
Dinodinoflagellate asked 14/9, 2016 at 9:45

1

Solved

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 he...

1

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 Billin...

2

My app has several subscription types, but when I go to Account > Subscriptions in Google Play app, I only manage to see app name as a subscription list entry, not the corresponding subscription...

11

I am working on in-app purchases with subscriptions. In swift, you can get price and price locale from the SKProduct like so: weeklyProduct.price.doubleValue weeklyProduct.priceLocale.currencySym...

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

0

I am using in_app_purchase: ^1.0.1 in my Flutter app to implement In-App purchases of subscriptions. I have successfully managed to buy a subscription once but when I try to use restorePurchases() ...
Bisect asked 31/5, 2021 at 18:25

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

1

Solved

I create offer codes on my iTunes account in my monthly subscription. I am using presentCodeRedemptionSheet StoreKit API to enter redeem code within the app using this code let paymentQueue = SKPa...
Kathikathiawar asked 19/2, 2021 at 8:30

© 2022 - 2025 — McMap. All rights reserved.