Questions tagged [subscription]

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

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

2251 questions
4
votes
1 answer

Making changes to existing IAP auto-renewable subscription in App Store Connect

I have an existing app with a $0.99 monthly auto-renewing subscription. I need to change this to a $2.99 yearly auto-renewing subscription, but ensure users are notified by apple of the change so they can accept or decline it, just like when…
Augie
  • 1,341
  • 1
  • 11
  • 18
4
votes
2 answers

How to get subscriber ID of an API in Azure APIM?

I am new to Azure APIM and want to know how to get subscriber ID or anything which can uniquely identifies every subscriber of my API.
Zain Khan
  • 41
  • 3
4
votes
1 answer

Azure Service Bus Subscription Filter on message body

I would like to create a subscription based on the content of a Message. Is this possible? I am trying to get away from having to add a custom property. Thank you
user3913926
  • 47
  • 1
  • 4
4
votes
2 answers

call and wait in interval using subscribe in Angular 6

I call a method every 10000 time. I want to make this function getAllNotificationsActed0() invoked every 10 seconds and if the data did not come within this interval, do not call the function again. If the data is received within 10 seconds the…
user10197973
4
votes
1 answer

Unsubscribe/Cancel the existing HTTP/XHR calls in angular 4 if already running with same request

Problem Statement: Currently I have a frontend application which has 5 graphs In a page (Each Graph have a different endpoint to fetch the data) to be rendered based on the data retrieved from the database, and I have a dropdown which updates the…
Mahesh G
  • 1,226
  • 4
  • 30
  • 57
4
votes
1 answer

Is it possible to pass data up to withTracker directly from it's lower order component?

I'm working in an existing codebase that uses the React, Meteor, and react-meteor-data combo. Everything has been going relatively fine up until I tried implementing a search feature using withTracker, React Select, and Meteor's subscription…
iPwnPancakes
  • 106
  • 9
4
votes
1 answer

How to prevent same Apple ID usage for multiple users' in app purchases

I am developing cross-platform mobile app and using InAppBiling Plugin for my app's in app purchase feature but I have a question about below scenario on iOS: Scenario: User A gets the subscription with his app credentials and his Apple ID. User B…
basakes
  • 205
  • 1
  • 3
  • 12
4
votes
1 answer

Unsubscribing to rxjs observable using takeUntil and combineLatest not working

I am using the accepted pattern for unsubscribing my Subscriptions: private ngUnsubscribe: Subject = new Subject(); ngOnDestroy() { this.ngUnsubscribe.next(); this.ngUnsubscribe.complete(); } However, I am having issues with the…
ElliotSchmelliot
  • 7,322
  • 4
  • 41
  • 64
4
votes
1 answer

What is the format of the cancellation_date field in Apple IAP receipt / status notifications

The Apple documentation for server to server notifications does not specify what data format will come in the cancellation_date field. I'm trying to setup some unit tests for my notification handler but I'm not sure what data to put in my mock…
jmichas
  • 1,139
  • 1
  • 10
  • 21
4
votes
2 answers

Unsubscribing from Observable in a non-Component/Directive class

I've read tons of posts on unsubscribing from Observables in Angular and all of them mention the need to do so in components/directives only. So my question is: Do we need to unsubscribe from Observables in a non-component/directive class e.g. in…
Alexander Abakumov
  • 13,617
  • 16
  • 88
  • 129
4
votes
1 answer

API - Updating Shopper on BlueSnap

I need to update a Credit Card on a subscription. Can I update the Shopper and the Subscription on the same call? Or I need to first update the shopper and then the subscription?
Rafaelmg
  • 63
  • 2
4
votes
2 answers

How do you determine the customer/user when receiving an Apple statusUpdateNotification for auto renewing subscriptions?

So, Apple has implemented their server to server notification for various events in the subscription lifecycle. I was very excited to get going on this but then it seems there is some sort of glaring thing I'm missing. I'm not sure how to match the…
jmichas
  • 1,139
  • 1
  • 10
  • 21
4
votes
1 answer

Testing Apollo Client subscriptions

I recently added support for subscriptions via WebSockets to my React+Redux+ApolloGraphQL application. Since doing that I cannot run my unit tests anymore. The problem I come up with is: Unable to find native implementation, or alternative…
xabitrigo
  • 1,341
  • 11
  • 24
4
votes
0 answers

How to handle upgrade/downgrade in iOS Auto-renew subscription

Our app provides auto-renewable subscriptions to users, which deliver different content from the server based on the subscription plan. Users can upgrade/downgrade the auto-renew subscription outside the app. Once the user upgrades the subscription,…
Leo Chiu
  • 291
  • 3
  • 14
4
votes
0 answers

Stripe subscription best practice for cancel and reactivate model

I'm working on an app have a monthly subscription plan form Stripe. I'm creating a customer then subscription for users to subscribe which is working fine for me but I have not figure out how to create cancelation flow with Stripe subscription. I…
Skate to Eat
  • 2,554
  • 5
  • 21
  • 53