Questions tagged [subscription]

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

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

2251 questions
2
votes
2 answers

Unsubscribe from Observable Rxjava

I am quite new to Rx java observables so I am not sure when to unsubscribe. this is how my code implementation is Observable sampleObservable = Observable.just(accountNum); Subscription sampleSub =…
Jack
  • 67
  • 1
  • 6
2
votes
1 answer

Google Play Store Subscriptions History

I'am using subscriptions in my application and it is working perfectly during testing. However, I didn't find a way to get user subscription history for all transactions. Example: -User subscribed to product id "sub1" for 3 months. (purchaseToken :…
Amroun
  • 415
  • 3
  • 13
2
votes
2 answers

IOS Subscription Status Url not received by server side

We are trying to use Apple's subscription status url. We have setup our server to accept the url we provided in the app page and made sure the server is compatible with ATS requirements. A post test with Postman works. (we see the request and a…
giorashc
  • 13,691
  • 3
  • 35
  • 71
2
votes
6 answers

It is possible to get the Azure Subscription offer, or offerId with PowerShell?

Is it possible to get Azure Subscription Offer, or offerId, using Powershell? Through the portal this would be Subscription -> properties -> Offer or offer ID? I've been searching for a while, but I can't see it. Thanks,
Gene Laisne
  • 120
  • 1
  • 7
2
votes
2 answers

Custom Websocket in Redux Architecture

The more I read about this subject it seems like going down a rabbit hole. This is a new Trading application which receives realtime data through web sockets which is based on a request-response paradigm. There are three separate SPA's in which…
CodingMum
  • 53
  • 8
2
votes
0 answers

Android In-app Subscriptions: Facing issue to test the in-app subscription

I have implemented in App subscription in my android application. But i'm unable to test in debug mode. We always need to generate an signed APK and check the next process - can anyone please suggest how to handle this scenario. After installed…
Dibakar
  • 43
  • 5
2
votes
0 answers

Google Pubsub Java Spring Cloud GCP Reconnectivity Issue

I have a Spring Boot application running on Google Kubernetes Engine connecting to pubsub. Recently we started seeing this problem that app will stop receiving messages from a subscription after a while. If we restart the app, it connects fine and…
2
votes
0 answers

AWS AppSync Subscription Not Trigger During Network Status Change

Rather than providing too much details, I'd just like to ask if anyone has run into this issue. I am using react-apollo. (React Native) Generally, it works well. I was able to subscribe to mutations and let my code trigger. However, in the scenario…
dubucha
  • 1,027
  • 10
  • 16
2
votes
1 answer

Angular Reactive Form - Subscribe to instances of Form Control in Form Array to get total value

I am using Angular Reactive Forms to iterate through an array of values I would like to have a total field after the Form Array that updates on changes of the Form Array control values. Sample data: primaryData = { products: [ { …
2
votes
3 answers

SSRS 2017 Subscription Won't Open

I'm running SSRS on an OS 2016 standard and SQL Server 2017 and PowerBI. We're having problems, but I'll address one issue at a time. I cannot open subscription services. I've successfully done this without problems in SQL Server 2012, but not the…
Janet Barnett
  • 111
  • 1
  • 7
2
votes
1 answer

Stripe Subscription - Update the stripe subscription amount

I have created a plan with subscription amount of 15 dollars for a month of duration using subscription API from the backend. When a customer subscribes to it, next monthly invoice for 15 dollars is automatically created. Now, At the backend admin…
Deepa
  • 65
  • 1
  • 7
2
votes
1 answer

Know when a suscription was cancelled - Play Billing 1.0

I'm using this tuto to integrate Play Billing Library to my app: http://www.androidrey.com/implement-play-billing-library-in-android-application/ and all works good ... well, not at all. I have problems to know when a suscription was cancelled, I…
2
votes
0 answers

how to subscribe Outlook Resources room's calendar

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/webhooks Based on the link above, using Microsoft Graph REST API, an app can subscribe to changes on messages,events, cantacts etc. Is there a way to subscribe events on…
Limin He
  • 31
  • 4
2
votes
1 answer

how to properly check expiration time of renewable in app subscription in ios

i'm developing application with in app subscriptions (monthly, yearly). When i'm getting the receipt from apple with response (i'm validating receipt with apple server, i know this is not a good idea, but still), i want to check the expiration date…
passingnil
  • 403
  • 1
  • 5
  • 14
2
votes
2 answers

Subscription to route params not triggering

I am using ActivatedRoute and subscribing to its params to get triggered. But, the subscription is not triggering. Code: constructor(public activatedRoute: ActivatedRoute) { this.activatedRoute.params.subscribe((params : any) => { …
Sai M.
  • 2,548
  • 4
  • 29
  • 46