Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 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 ...
Fushihara's user avatar
  • 495
0 votes
1 answer
69 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 ...
Bhargav's user avatar
  • 13
0 votes
1 answer
80 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 : [{&...
ZaKeR GFX's user avatar
0 votes
0 answers
54 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 ...
Dietmar's user avatar
  • 79
-2 votes
1 answer
68 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 ...
tevch's user avatar
  • 623
0 votes
0 answers
50 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, ...
Toxic Prince's user avatar
0 votes
0 answers
64 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 ...
Evgesha's user avatar
  • 13
0 votes
0 answers
30 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. ...
ten's user avatar
  • 49
0 votes
0 answers
54 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 ...
Soni A's user avatar
  • 43
0 votes
0 answers
40 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 ...
Bhaumik Surani's user avatar
0 votes
0 answers
49 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 ...
Ritik Choudhary's user avatar
3 votes
1 answer
455 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 ...
user30080221's user avatar
0 votes
1 answer
120 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 ...
Taras's user avatar
  • 85
0 votes
0 answers
33 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. ...
tracker_id_sub91's user avatar
0 votes
1 answer
68 views

Stripe subscription and one time payment response

So, on one time payment, I am creating intent and returning to the frontend: paymentIntent.client_secret But my question is, what if in my business logic, I need to create a few subscriptions? For ...
tracker_id_sub91's user avatar
2 votes
1 answer
94 views

Why is it easy to check .closed on manual RxJS subscriptions, but not with takeUntilDestroyed() in Angular?

I am using RxJS for subscriptions in Angular. I noticed that when I manually subscribe to an observable and store the Subscription, I can easily check if it was unsubscribed using .closed, especially ...
Shaiju T's user avatar
  • 6,653
0 votes
0 answers
30 views

Offering fidelity rebate on iPhone Mobile App

We are developing a mobile app with a monthly subscription ($X). If a user pay consecutively for 4 months, we want to offer him the subscription at a reduced price ($Y, where Y < X). We also offer ...
VCrete's user avatar
  • 91
0 votes
0 answers
30 views

Android: Can IAPs Be Recommended After Subscription Checkout Abandonment for Purchase Flow Recommendation?

I’m using the Purchase Flow Recommendations feature and need clarification on a specific use case: If a user initiates a subscription purchase (e.g. monthly plan) but abandons it at checkout, can the ...
Nikunj's user avatar
  • 698
-1 votes
1 answer
65 views

Stripe Auto-Payment does not working properly

I am encountering an issue with Stripe’s auto-payment process. I need to create Stripe subscriptions in the unpaid state, setting the first payment date in the future. I can successfully create the ...
Ashish Patel's user avatar
  • 3,652
0 votes
1 answer
46 views

Stripe Subscription Schedule with Custom Duration and Automatically Cancelling

I am implementing a Stripe subscription with a custom duration, and I am encountering an issue when trying to handle subscription periods for a specific number of months (e.g., 1 month, 2 months, etc.)...
MSourav99's user avatar
3 votes
0 answers
269 views

StoreKit 2 Fails to Load Subscription Products

We are experiencing a critical issue where StoreKit 2 is returning empty products when using Product.products(for:), specifically on devices running iOS 18.4.

 This issue does not occur on iOS 18.3 ...
vivek malani's user avatar
1 vote
1 answer
105 views

Why is this RxJS subscription never closed?

I have suspected memory leaks and stale RxJS subscriptions for a while in corporate software. I decided to investigate by writing the snippet below. It's very simple. First, it loads RxJS. Second, it ...
Robin Dos Anjos's user avatar
0 votes
1 answer
44 views

Is there a way to check the subscription is renewed from play store in flutter?

I am working on play store subscriptions in my flutter app. It works fine for the first time as I got the purchase date in the purchaseDetails object and add the number of days according to the ...
K_Chandio's user avatar
  • 916
0 votes
1 answer
46 views

Quarkus GraphQL Subscription cancelled

I am running subscription on my server (then processed to redis), but I need to invoke action if client disconnect (whether the connection failed or he leaves the page. Is it even possible? I cannot ...
Aldic's user avatar
  • 55
-1 votes
1 answer
70 views

Value of type 'SubscriptionManager' has no member '$selectedSubscriptionType'

I am making an iPhone app in Xcode but I'm setting up the subscriptions. My problem is that I can't figure out how to make it show in the UI. I keep getting this error Value of type '...
Chris Amoah's user avatar
0 votes
0 answers
82 views

Stripe - Multiple payments with multiple credit cards in a single subscription

I have a complex case where we have to create subscriptions with phases for our customers, initially they must pay for a 12 month term and after this period we must start charging a monthly fee. This ...
Alfredo Esteban Hernndez Dvalo's user avatar
0 votes
1 answer
75 views

ARM template: creating new vnet and peering with existing vnet from different subscription

I am trying to create arm template which will create new VNET along with subnet and then create a peering between newly created vnet and existing vnet from different subscription. I was able to make ...
Michał Olczyk's user avatar
0 votes
0 answers
127 views

Programmatically authenticating SharePoint on-premises with OIDC protocol

I am trying to authenticate users from an external Idp to SharePoint Subscription Edition using OIDC protocol. I have set up the SharePoint farm as per the article: https://learn.microsoft.com/en-us/...
Bindu K's user avatar
0 votes
0 answers
44 views

iOS Subscription Page Not Loading

I'm testing my app in a Sandbox account and trying to repurchase the same subscription plan using the same Apple ID. However, when I attempt to buy the subscription again, I receive a popup stating: &...
Gowtham's user avatar
  • 51
0 votes
0 answers
15 views

How can I determine whether the transaction associated with google purchaseToken reflects a real payment?

As a developer, when presented with a Google subscription purchaseToken, how can I determine whether the transaction associated with this token reflects a real payment? My system requires this ...
user10086972's user avatar
0 votes
1 answer
37 views

Choose a product from 3 products with trial

I would like to offer 3 products for Subscription and allow the customer to choose one. Below is the PHP code to create the checkout session. $result = $stripe->checkout->sessions->create([ ...
arun kumar's user avatar
1 vote
1 answer
210 views

Superwall Subscription Not Syncing with RevenueCat on iOS (Flutter)

I have integrated Superwall for handling subscriptions in my Flutter app. To purchase a subscription, I use the Superwall paywall and have connected Superwall to RevenueCat to retrieve active ...
darshana vala's user avatar
0 votes
0 answers
80 views

AX Lookup problem - errorCode:1,100 error:Permission denied portName:'com.apple.iphone.axserver' when dismissing .manageSubscriptionSheet StoreKit2

I am running Xcode 16.2 with iOS 18.2. I'm getting the following error when dismissing the .manageSubscriptionSheet (by clicking "x" in the upper right corner). It happens when testing on a ...
KatM's user avatar
  • 253
0 votes
1 answer
405 views

How to Implement Upgrade and Downgrade Subscription Plans Using Superwall Paywall in Flutter?

I'm using the Superwall Paywall for subscription management in my Flutter app, and I need to implement functionality for upgrading and downgrading subscription plans. Here's the current setup: Users ...
darshana vala's user avatar
0 votes
1 answer
162 views

How do I implement email subscriptions for paginated reports in powerbi service?

I want to figure out the best method to create email subscriptions for those reports for people in different regions and departments
user29200827's user avatar
0 votes
0 answers
32 views

Play billing v7 subscriptions: how to allow a salesman offer discount

I'm currently working in an app for instructors which have most of the features free for everyone, but only a few are available if you pay a subscription. We have some plans (three to be exact), and ...
lightless07's user avatar
0 votes
1 answer
63 views

MAUI: Issue with subscription page in play store, plans are not listing and no cancel option

I purchased a subscription for my own app from play store using real card and I successfully completed the payment. I am redirecting the users to play store subscription page for upgrade, downgrade ...
Matthew Pans's user avatar
1 vote
0 answers
188 views

Revenuecat Developer Error - Underlying account identifier mismatch

This issue happens when i do the following: Create an anonymous account with firebase Login with revenuecat with the newly created firebase account id Purchase a subscription Then upgrade the account ...
apatrck01's user avatar
  • 184
0 votes
1 answer
46 views

Issue with subscription handling multiple nodeids

I've wrote code for OPC UA client that has 10 subscription each handling 3 nodeids. Even though monitored items are being created for every node id, the subscription only receives value from the last ...
rxhulcm's user avatar
  • 19
1 vote
0 answers
88 views

How to handle GraphQL subscription errors in Apollo Server, similar to formatError for queries and mutations?

I'm trying to handle errors in GraphQL subscriptions in Apollo Server the same way I handle them for queries and mutations using formatError. Here’s my setup: export default async () => { const ...
Unlucky's user avatar
  • 469
0 votes
1 answer
179 views

I am trying to use the Azure OpenAI API with my pay-as-you-go subscription tier

I am getting this error: azure.core.exceptions.ClientAuthenticationError: (401) The DocumentModels_AnalyzeDocumentFromStream Operation under Azure AI Document Intelligence 2024-11-30 is not supported ...
moctarjallo's user avatar
  • 1,635
0 votes
0 answers
44 views

Multiple subscription problem on ngOnInit() dashboard in Angular App

I have dashboard API hit on ngOnInit() plus a global states of region store and bussiness dropdowns as a subscriptions. These dropdowns are used in many other pages as well. case 1: on landing ...
Shakalya Uttam's user avatar
0 votes
1 answer
319 views

How do I get "transaction_id" and "receipt_data" from Superwall?

I have implemented Superwall in my Swift iOS App. I haven't implemented StoreKit. I have shown paywall like below: //superwall delegate Superwall.shared.delegate = self //show paywall ...
Dimpy-iRoid's user avatar
2 votes
0 answers
327 views

Cannot Test Subscriptions in Sandbox Before App Review Approval

Question: I am currently implementing a subscription-based feature in my app and facing a circular issue with the App Store review and Sandbox testing. Here is the situation: I created a subscription ...
Berkan's user avatar
  • 315
0 votes
1 answer
149 views

Sending AWS SNS notification to dynamic email address

I have an SNS topic to which a lambda is sending messages. The specific message contains the email address to which this message should be sent from SNS. Can I create an email topic subscriber in a ...
Mausam's user avatar
  • 11
0 votes
0 answers
95 views

Razorpay Subscription manual payment initiate after pending status

if the recurring payment is failed and status moved to pending ) if i try to pay using their short url i can pay. but i am not able show payment screen with that subscription id to get payment from ...
Lakshmanan M's user avatar
0 votes
0 answers
838 views

How to test Revenue Cat purchases for App Store

I have Flutter app targeting iOS and Android. App has subscriptions and I am using Revenue Cat for this. Android version works beautifully, but iOS is getting rejected by Apple App Store with dreaded ...
under's user avatar
  • 3,107
3 votes
2 answers
118 views

how to cancel subscription to window.cookieStore.addEventListener('change', ) in angular service

I am using angular: 15.2.10 for my project. I have created an angular service which can listen to cookie changes by leveraging the CookieStore Api. My current code looks as follows: type ...
fascynacja's user avatar
  • 3,176
1 vote
1 answer
340 views

Stripe: Entitlements are not updated after Trial ends [closed]

We use Stripe Payment Links and Entitlements to manage user payments and permissions in our application. Here’s how our system is set up: We map Stripe customer IDs to our internal user IDs. We store ...
Josip Domazet's user avatar
0 votes
0 answers
56 views

How can I replicate a youtube.com purchase through the dev console?

so I recently wanted to subscribe to YouTube Premium Family Membership in Nigeria. Sadly the option for the family plan wasnt available in the account. Upon creating a second account, I was able to ...
zenx09's user avatar
  • 1

1
2 3 4 5
54