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
2 answers

Find Azure Subscriptions Where I'm The Owner

I am trying to find which Azure Subscription has me as the Owner. I have access to nearly 200 subscriptions within my company, one of which is supposed to have me as its Owner and the person who set this up is no longer available to assist with its…
hitman126
  • 699
  • 1
  • 12
  • 43
1
vote
0 answers

End-to-End testing auto-renewable subscriptions on iOS

We have been working on native subscription integration within our App and our Backend, but we have difficulty with thorough testing of the final product before it goes to production - namely, the complete flow with various cases using our Backend…
Torianin
  • 171
  • 2
  • 9
1
vote
0 answers

DOM Nodes keep on increasing in my Angular

I have an issue with my Angular 8 app where the DOM nodes keep on increasing and it never decreases. I did unsubscribe all subscriptions in the ngOnDestroy() hook, I still see DOM nodes not decreasing. Can someone tell me how to clear those DOM…
1
vote
1 answer

React : Appsync subscription doesn't work in useEffect

I'm writing a new app using react and aws-appsync and I can't make subscriptions work like I want. I write a view, called by a router. It's a function tha uses states to store information. To fetch data from my apis, I wrote the code into fuctions,…
Jonathan
  • 111
  • 9
1
vote
1 answer

How to reset PayPal next billing date?

I am using monthly and yearly PayPal subscriptions in my application. I want to reset my PayPal subscription billing date. Reason: My problem is a subs/paypal issue. I want If I increase the subscription end date by 1 or 2 months in my DB, the…
Rango527
  • 141
  • 1
  • 1
  • 7
1
vote
1 answer

Angular synchronous calls with observables

I have a situation where I defined a variable diary: Diary in my typescript file. When the user clicks a certain save button I have to execute f1, a function having the following structure: public f1() { if (condition 1) { …
Rexam
  • 823
  • 4
  • 23
  • 42
1
vote
0 answers

Auto-renewable subscription with Objective-C

I'm trying to implement a subscription model in my app writen in Objective-C. Unfortunately, I couldn't find a full tutorial and a sample code. I tried to implement Swift codes but it doesn't work properly. Any help would be great.
OykuNehir
  • 51
  • 6
1
vote
1 answer

SSRS Run Subscription only if report has discrepancy

I have an SSRS report I would like to include in the body of an email and schedule it to run every night using a subscription, but I only want the email to be sent if there is a discrepancy in the report. i can have a text box on the report with a…
James
  • 21
  • 3
1
vote
1 answer

React Amplify GraphQL Subscription not triggered when data changed by Lambda

I have a model configured like this: type MyModel @model @auth(rules: [ { allow: owner }, { allow: private, provider: iam, operations: [read, update] } ]) { id: ID! someValue: Int otherValue: Int } and a…
Phil
  • 31
  • 3
1
vote
0 answers

How can I get notified from ApolloServer (with keepAlive enabled) when a client with an open subscription becomes unreachable?

I have an application with apollo-server that handles multiple client devices using apollo-client to establish websocket subscriptions. When a client connects to the server, "onConnected" hook is called as expected. When a client disconnects from…
1
vote
0 answers

How do you configure simple-subscriptions to run using Postgraphile CLI?

I would like to add subscriptions into a react project I have which currently references graphql using the port 5000 endpoint created by running postgraphile. I start this using the command line startup of globally installed (via npm -g…
1
vote
1 answer

SwiftyStoreKit - presentCodeRedemptionSheet() method for offer codes not available ios

I have read about offer codes introduced by Apple to show discounts to the active subscription users. But I am not able to find any working demo for it. Has anyone implemented it? presentCodeRedemptionSheet() presents the screens but it does not…
Nisha P
  • 21
  • 2
1
vote
1 answer

IOS auto-renew subscriptions notification handling

Good day! I'm trying to implement notifications for auto-renew subscriptions and some parts of the whole system are not clear for me. Could you please help? First of all, when user creates a subscription I get a receipt from user's device, verify it…
RedCollarPanda
  • 1,389
  • 1
  • 20
  • 40
1
vote
1 answer

Trigger AngularComponent-constructor on startup with PreLoadingStrategy

The goal: trigger a component residing in a module, so my subscription in the ctor of the component is activated. I'm using PreloadAllModules as a preloadingStrategy. But it's not happening. I need to subscribe to some events in de constructor of my…
BHANG
  • 354
  • 1
  • 5
  • 16
1
vote
1 answer

Problem - Subscription Google Colab Pro "unexpected error"

I am trying to subscribe in Google Colab Pro: https://colab.research.google.com/signup But I am getting the following error "There was an unexpected error. Try again later. [OR-FGIA-04]" When I click in details, I get the following: Does anyone…