Questions tagged [subscription]

An arrangement to receive something, typically a publication, regularly.

An arrangement to receive something, typically a publication, regularly.

2251 questions
1
vote
0 answers

iOS in app purchase App Store Server Notifications delay in sandbox

I have integrated App Store Server Notifications to listen iOS in app purchase subscriptions. I have set 5 minutes interval for my sandbox account. Some time notifications coming on time, but some time it is delayed. Will this be happen in…
1
vote
0 answers

CloudKit subscription not working when `Advanced Data Protection` is enabled

I am running an iOS Multi-Factor Authentication (MFA) app. It is similar to the Microsoft Authenticator and Google Authenticator. Users of my app can choose to sync all their One Time Passwords (OTP's) to iCloud (via CloudKit), so they do not lose…
Tijme
  • 39
  • 2
  • 24
  • 41
1
vote
0 answers

Formatting Subscription WebSocket

I am trying to format this properly to pass it in to subscribe to a subscription. I keep receiving this error. Been tinkering with it for a while to no avail. This is the string I am trying to properly format "data": "{\"query\":\"subscription…
programmerGuy
  • 137
  • 3
  • 11
1
vote
1 answer

Can't able to carry out subscription through URLSession in swift?

I am trying to fetch the subscription data from Wundergraph server by using URLSession to make network requests and handle the responses by enabling httpShouldUsePipelining. Here is my code class SubscriptionNetworkManager{ private var…
Amrit Tiwari
  • 922
  • 7
  • 21
1
vote
1 answer

How to test Google Play Billing V5 One time Promo Codes for Subscriptions at an accelerated rate?

I am trying to test Google One-Time Promo Codes for Subscriptions. Like they suggest in https://developer.android.com/google/play/billing/test#promo and https://developer.android.com/guide/playpoints/test. I want to test how promo codes are applied…
1
vote
0 answers

How to pass headers in a GraphQL subscription request?

I am trying to pass custom headers in a GraphQL subscription request, but the headers don't seem to be included in the WebSocket message. I am using the @apollo/client library on the client-side and ApolloServer from 'apollo-server-express' on the…
1
vote
1 answer

How to use this RxJs subsctriptions correctly?

So I have a question about mechanics of Angular and RxJs. I have server-side pagination on my backend and I have three components on frontend: 1) list with data, 2) some filters, 3) pagination component. How do I subscribe on two streams (pagination…
Air_O
  • 23
  • 5
1
vote
1 answer

Stripe monthly payment stripe API

In my stripe payment intent example, My code works fine with amount, currency and payment i can see received in stripe. please check my code below $paymentIntent = \Stripe\PaymentIntent::create([ 'amount' => $obj1, 'currency' =>…
1
vote
0 answers

Flutter Glassfy Identify the subscriber

Glassfy automatically tries to identify the subscriber based on information on the purchases received by the SDK. The permissions object has two parameters that help to uniquely identify the subscriber: subscriberId : identifies the subscriber and…
1
vote
1 answer

Is it possible to use Stripe recurring payment without putting products and prices on Stripe ? (Giving only price and period)

I am implementing recurring payment for my e-commerce website with Stripe (quite used to manipulate the payment intent creation, confirm payment, listen to webhook flow for one time payment but first time with recurring/subscription payments). I use…
1
vote
0 answers

Laravel cashier-paddle not storing data in the database on payment success

I'm following the guidelines on the Laravel Documentation to configure the cashier-paddle package. But after successful payment using a sandbox account, it's not saving the entry in the local database, but the entry in the Paddle dashboard is…
1
vote
2 answers

Building subscription based application with Ruby on Rails

I am planning to write a subscription based application which will allow users to do the following: Subscribe/Sign-up to a plan (will select from multiple plans available) Will use subscription based billing solution e.g. Recurly, Chargify. Each…
jsf
  • 2,851
  • 9
  • 30
  • 33
1
vote
1 answer

SNS Filter policy hitting limit error after quota increase

I have this scenario where my SNS subscription has one filter policy with 150 values in it. I know there is cap on the value, so I have requested AWS for quota increase but even after the increased policy limit, I get this error Couldn't set the…
1
vote
1 answer

Determine the user is premium - Qonversion API

With the Qonversion API, I am adding a feature for users to purchase subscriptions. When the user comes back after the purchased subscription, I want to check the subscription status, but I get a "null" value from checkEntitlements as a return. At…
1
vote
1 answer

Visual Studio sign-in in to my Azure subscription using Godaddy's email address

I am stuck at Visual Studio sign-in in to my Azure subscription using Godaddy's email address. I receive the below script error. When I signed up for my Azure sponsorship subscription I used my Godaddy's office 365 email and password. Any ideas or…