2,657 questions
0 votes
0 answers
60 views
iOS In-App Purchase subscription not found in TestFlight/local build - storekit_no_response error
I'm implementing subscription functionality for the first time in my Flutter app using the in_app_purchase package. After completing development, I'm unable to test the subscription. What I've done: ...
0 votes
0 answers
48 views
Android Play Billing (legacy, no offers): prevent duplicate subscriptions when the previous plan is paused; how to detect paused state?
I ship an Android app with subscriptions using the legacy (pre-offer) model — not the new base-plan/offer system. The app has two mutually exclusive plans (e.g., “Plan A” and “Plan B”): the user must ...
0 votes
1 answer
96 views
How can I update a Stripe subscription to restart the billing cycle from the payment date without creating a new invoice?
I’m using Stripe Subscriptions in PHP. If a renewal fails, the subscription becomes past_due or unpaid. When the user pays that failed invoice a few days later, I want to restart the billing period ...
0 votes
1 answer
104 views
react-native-iap return empty array [] for IOS Subscriptions (but Android works)
I simply wants to fetch subscriptions i created in App Store Connect and Google Play Console. I use react-native-iap v14.4. The code below works correctly on Android and return what it should : [{&...
0 votes
0 answers
58 views
Stripe subscription: "Unused time" with negative invoice amount
We’re encountering issues with Stripe invoice handling when creating a subscription using an invalid test credit card (4000000000000341, The Customer object is created successfully, but payment ...
-2 votes
1 answer
80 views
iOS subscriptions: Allow purchase of two separate subscriptions OR upgrade to both
I have a scenario, which I couldn't design based on iOS subcriptions recommendations Product 1 - access to data source 1 Product 2 - access to data source 2 Product 3 - access to BOTH source 1 and ...
0 votes
0 answers
51 views
Google Play Subscriptions: Does auto-renewal update the existing transaction or create a new one?
I'm working on a backend system to manage Google Play subscriptions and I have a question regarding the behavior of auto-renewing subscriptions upon renewal. When a user makes their initial purchase, ...
0 votes
0 answers
66 views
Google Play Billing: subscriptions/base plans not loading in Cordova/Capacitor app (no BillingClient logs, only Finsky)
Hybrid app (Vue 3 + Capacitor 5) with cordova-plugin-purchase v13 for Google Play subscriptions. App is installed from Google Play Internal testing (opt-in link). The tester account is added to ...
0 votes
0 answers
35 views
Struggling with In-App Subscription Testing on Device
I’m struggling with integrating in-app subscriptions in my app. I’ve managed to test it in the simulator by using 'Resolve Issue' in Debug -> StoreKit and right-clicking on failed transactions. ...
0 votes
0 answers
58 views
Hot Chocolate GraphQL Subscription Provider RabbitMQ not connecting
I am using the Hot Chocolate GraphQl library to do real time pub/sub messaging, this works if i create the RabbitMQ connection and channel without using the Hot Chocolate library using the same .Net ...
0 votes
0 answers
45 views
Problem Generating Signature for Subscription Offers – Error Code 18
I'm successfully using Apple subscriptions in my app, but I'm encountering SKErrorCodeDomain error 18 when trying to apply a subscription offer. I want apply offer code first time only for ...
0 votes
0 answers
55 views
how to get the list of all the purchase token in my app
I need to retrieve a list of purchase tokens from the Google Play Console in order to cancel subscriptions and stop their auto-renewal. Is there a way to get these purchase tokens directly. Any ...
5 votes
1 answer
501 views
In app purchase IOS keeps retrieving restored purchase when widget or purchase flow is initialized
I have a problem that the IOS in app purchase keeps calling the restore method of In app purchaes. When I initialize the widget it restores, and then goes in to the stream. Also when the checkout flow ...
0 votes
1 answer
122 views
How to purchase an add-on from within the app using the TWindowsStore component in Delphi?
Can someone suggest a working method to purchase an add-on from within the app? In my application, which is published in the Microsoft Store, I have a single add-on (a subscription). Since the ...
0 votes
0 answers
37 views
Stripe multi subscriptions with one invoice
I need to create multiple subscriptions, not one subscription and multiple subscription items. Because each subscription can have different trial time, or discounts. also it can be paused, to deleted. ...