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

The request after Subscription calling is not fired

I need to call two services in the OnInit step. But the second request could not be sent And I was obliged to call them dependently, but I think this is not the proper coding.(All of the services sides of the backend are Transient ) This is my…
Sasan
  • 644
  • 9
  • 29
1
vote
0 answers

Offer codes not working in live appstore app when entering with presentCodeRedemptionSheet()

When calling the SKPaymentQueue.default().presentCodeRedemptionSheet() method on live appstore app it will present redemption sheet and after entering the promo code in it is displaying 'Cannot connect' screen as seen in attached picturethis is…
1
vote
1 answer

Can I filter based on a value's suffix rather than a prefix in my GCP pub/sub subscription?

This is the attribute and value which my pub/sub subscription will be expected to filter: 'objectId': 'event-notifications-test/_MANIFEST' However, I am not concerned about the prefix of the value (event-notifications-test/) changing - I only want…
Dodo
  • 51
  • 1
  • 6
1
vote
2 answers

Can Stripe subscriptions be charged in arrears?

I work at a Sydney-based construction & commercial law firm that is in the process of rolling-out 2x subscription-based legal service offerings using Stripe as the payment processor. When it comes to legal work in Aus, the requirement for billing is…
1
vote
0 answers

Stripe subscription in android

How to integrate stripe subscription in android.we have to use payment intent check out method.but that type not able to subscription.so any one recommend exact way of doing this.
Mahesh
  • 41
  • 2
  • 6
1
vote
1 answer

How does someone become a user of my application?

I'm trying to learn how to use the realtime update API. As far as I understand, if I create a subscription for my application to the object type "user", I will get an update whenever a user of my application changes one of the specified fields. So…
matteo
  • 2,934
  • 7
  • 44
  • 59
1
vote
0 answers

Can I use Netflix like payment method in my Google playstore app to bypass google in app payments?

I want to bypass google in app payment method as I have to create subscriptions that crossed max limits google play allows i.e; 400 USD. The approach I am using is to register user on my web portal and subscribed them on web instead of app, Does…
1
vote
1 answer

Get Paypal server side subscription with Flask

I'd like to have a simple solution to get the subscription ID after a payment approval in a Flask app. Paypal provides this code only for client side:
NicolasSens
  • 117
  • 1
  • 9
1
vote
4 answers

Determine if subscription is still valid without comparing to DateTime.Now

This question may be easy and the answer obvious, but I can't seem to be able to find a solution right now. I built an application which has a big flaw in it. In a property of my User class, I check to see if the user subscription is expired. To do…
Amc_rtty
  • 3,662
  • 11
  • 48
  • 73
1
vote
1 answer

React-native Stripe Payment Sheet with Subscription

I'm using stripe-react-native to handle payment, and I'm able to handle one-time payment via payment-sheet using PaymentIntent flow. Now I'm stuck with creating subscription using the same payment sheet flow, has anyone tried this before? Or an…
Hani Ghazi
  • 100
  • 2
  • 14
1
vote
2 answers

How do I create a data-driven SSRS subscription from a SharePoint List?

I am trying to set up a data driven subscription to an SSRS report. I'd like to use a sharepoint list that contains the recipient email address and a report parameter that will filter the contents of the report differently for each…
dkackman
  • 15,179
  • 13
  • 69
  • 123
1
vote
1 answer

How can i use the same watcher (Subscription) for several components in Angular?

In an Angular application, I need for user preferences change to save in the database (by back api). This code should be use in all pages (components). I got this code : export class OneComponent implements OnInit, OnDestroy { …
J.BizMai
  • 2,621
  • 3
  • 25
  • 49
1
vote
2 answers

shareReplay(config) does not seem to share subscription

Assume this Angular code: import { Component } from '@angular/core'; import { shareReplay, tap, timer } from 'rxjs'; @Component({ selector: 'my-app', template: '{{test$ | async}} {{test$ | async}}', styleUrls: [ './app.component.css'…
user776686
  • 7,933
  • 14
  • 71
  • 124
1
vote
1 answer

Graphql-ws: separate websocket connection is opened for each subscription

I'm a newbie in websockets. I use urql and graphql-ws (migrated from subscriptions-transport-ws) to get graphql subscriptions. The code is following: export const useUrqlClient = () => { const headers = useHeaders(); const client = useMemo(() =>…
1
vote
1 answer

Is there a way to retain the email subscription parameter values for a SSRS report for the report execution day?

I'm using the standard version of SSRS 2016, so no access to data-driven subscriptions. I have a report subscription that is run daily utilizing a fixed StartDate parameter and the default value of an EndDate parameter that uses an expression to…
andyz
  • 25
  • 4