Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

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: ...
doobean's user avatar
  • 2,168
0 votes
0 answers
48 views

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
96 views

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
106 views

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
59 views

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
80 views

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
51 views

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
67 views

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
35 views

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
58 views

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
45 views

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
55 views

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
5 votes
1 answer
503 views

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
122 views

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
37 views

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
78 views

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

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
33 views

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
35 views

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
69 views

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
51 views

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
276 views

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
113 views

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
49 views

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
  • 926
0 votes
1 answer
55 views

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
71 views

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
89 views

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
77 views

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
133 views

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
48 views

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
18 views

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
41 views

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
229 views

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
85 views

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
414 views

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
173 views

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

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

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
192 views

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

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
91 views

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
183 views

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
45 views

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
332 views

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
354 views

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
157 views

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
878 views

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
119 views

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,186
1 vote
1 answer
347 views

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
1 answer
80 views

I'm working on integrating PayPal subscriptions into my system, and I'm trying to figure out if it's possible to get all active subscription details for a user using the payer_id (also referred to as ...
STRESSUNFIT's user avatar

1
2 3 4 5
54