Questions tagged [subscription]

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

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

2251 questions
0
votes
1 answer

How would I ensure that the view is created after route params subscription has received values?

How would I make sure View is rendered after subscription has received values. On clicking Edit button in MyComponent_1, Angular routes to MyComponent_2. MyComponent_2 view has a form whose values are required from route params subscription. How…
sql_dummy
  • 715
  • 8
  • 23
0
votes
1 answer

Create a blockchain member in Azure Portal 'Create' button not enabled after the Validation passed

I am a newbie in Azure Blockchain development. I have a corporate MSDN subscription. Now I trying to create a blockchain member in my Azure Portal. After input all required values it shows a validation progress status. But after the successful…
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136
0
votes
4 answers

Angular - race condition - multiple subscriptions at once

I have a UserService which has a getUser method that returns an observable of type User class. The getUser checks if the user already exists, if so, it returns the user, or else it creates a new user. When creating a new user, it also does an API…
muyat
  • 57
  • 3
  • 13
0
votes
1 answer

Passed function as parameter isn't called on subscribe

I'm generating a node where I pass function as such: this.navigatinoService.generateNode(null, null... , this.navigationService.displayApkStoreMenu,..) and the generate function looks something like this. public generateNode(translationId: string,…
C0mpl3x
  • 480
  • 4
  • 21
0
votes
1 answer

How do I logically deliver content from the database once per month

I am building a subscription service that delivers one personalized story to users each month. How do I ensure that this trigger happens for each existing user and they don't get the same story twice. Here are my database schema tables.
Milestones
  • 13
  • 2
0
votes
1 answer

Changing subscription box style

I added a subscription box widget and I need to change the style to put the submit button inside the input box. It currently looks like this: enter image description here [enter image description here][2] And I want it to look like this: [2]:…
0
votes
0 answers

Report server (SSRS) email delivery delayed for 10 hours

Weird thing happened the other day. Around 2 am there are lots of subscriptions fires on report server that sends emails. Users received some of them, but not all. Then around noon, all of the sudden users started to receive bunch of emails. It…
Serdia
  • 4,242
  • 22
  • 86
  • 159
0
votes
0 answers

How to get Price from Google Console Subscription and show in android text view

I am using android com.android.billingclient:billing:3.0.3 in my project, I have created subscription plan in google play console. How to get subscription price from google play console and show it into andriod TextView??? In my MainActivity.java I…
0
votes
1 answer

How to detect expired PayPal subscription in React & Flask?

I'm working on a website and users have the possibility to buy a premium subscription. I use React for Front and Flask for Back. I already succeeded to create subscription button by using …
Mathis
  • 67
  • 1
  • 8
0
votes
1 answer

How to test a component with subscription

Unit test with Subscription in a component with Jasmine/Karma Im trying to test if metatags are well generated by ngOninit in my page : ngOnInit(): void { this.pagesSub = this.pagesService.initPage().subscribe(); } This is my InitPage…
0
votes
1 answer

Swift InAppPurchases - give previous customers a free lifetime subscription

So my App was released to the AppStore some months ago and was free to download. I gained like 2k Users. Now I am implementing an auto renewable Subscription model, so future users can use the demo app for free and subscribe to get the full…
Christian
  • 1
  • 1
0
votes
0 answers

SQL Server Express and SSRS Report Subscriptions - SQL Agent Service is not running

I am running SQL Server Express and am trying to set up email subscriptions for my SSRS reports. I cannot find documentation saying that these subscriptions are not supported in SQL Server Express, however when I attempt to set one up, I get a…
0
votes
1 answer

Wait for observable to give value to variable before trying to do something with it

I have a problem which that keeps popping up when dealing with observables: someObservable$.subscribe(response => this.ref = response); if (this.ref) { // do something with this.ref value } ERROR: this.ref is undefined How do I wait until the…
breadman0
  • 163
  • 1
  • 4
  • 14
0
votes
0 answers

Angular Observable: How to emit value when a property is changed?

I am using Angular 10 and have a question for rjx observables. I have a fairly complex observable object -> it is a Map with values which are objects. I want to get an event only if a new key is added to the map or an existing key is updated for…
RDV
  • 957
  • 13
  • 28
0
votes
1 answer

PayPal subscription, add outstanding balance to next bill for subscription button

I have a plain html button for subscription payments (sample code attached). Now when a subscription payment fails, paypal tries again in 5 days and then cancels the subscription (I think after this second try). I want it to let payments fail for a…
adrianTNT
  • 3,671
  • 5
  • 29
  • 35