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

How to avoid having 2 times | async in this situation (4.0.0)?

I would like to avoid to use .subscribe() in this component. I tried *ngIf="user$ | async as user" but it did not work. How can I make a local variable with user$ | async un order to use it at different places in this view?
Tom
  • 785
  • 10
  • 26
2
votes
1 answer

Woocommerce Subscription - Changing Free Trial Text

Thank you for reading this post. I have been trying to change the "Free Trial" text in Woocommerce Subscriptions. I was able to find code to change "Sign Up Fee" but have not been able to find ability to change this other section. function…
David
  • 21
  • 3
2
votes
1 answer

GO lang NATS Queueing with multiple Queue Subscribe

I am creating NATS go lang Queue Subscriber client as follows, nc.QueueSubscribe("foo", "my_queue", func(msg *nats.Msg) { log.Printf("Message :%s", string(msg.Data)) }) So whenever i publish any message to "foo" subject then some time it is…
Sandeep
  • 766
  • 5
  • 16
2
votes
2 answers

MS Azure PowerShell - The subscription name doesn't exist

I try to run some commands in Azure PowerShell. My problem is to set the default subscription to execute several commands. Login-AzureRmAccount # sign in with azure account is ok New-AzureWebSiteJob -Name 'MyApp1' -JobName 'GetDate' -JobType…
2
votes
0 answers

Yearly once-off in-app subscription (app store)

I am making an app which offers an auto-renewable in-app subscription which charges a specific tier per month. I also need to make a once-off discounted year payment subscription. I see on apple's website…
WizMeister
  • 609
  • 7
  • 16
2
votes
2 answers

Send notification to offline user with persistent queue STOMP

I have this code: Client-side with javascript: socket = new SockJS(context.backend + '/myWebSocketEndPoint'); stompClient = Stomp.over(socket); stompClient.connect({},function (frame) { …
Catechacha
  • 123
  • 4
  • 13
2
votes
0 answers

Subscription Purchase in Unity iOS

My app contains subscription based functionality for purchase. So which way I require to move ahead into this? When I search for this in Google, I always found Consumable and Non-Consumable product purchase related help. I want to move ahead with…
Siddharth
  • 4,142
  • 9
  • 44
  • 90
2
votes
1 answer

Subsribing to an observable on data submission in angular2

I am trying to use an Observable/Behaviour subject in the following way: I have a component which is displayed everywhere in the app as a background. In a form-component that shows over that background I want to take data that comes from the user…
tomcat
  • 43
  • 8
2
votes
1 answer

Stripe event when subscription ends

I'm setting up Stripe on my django rest application to manage monthly subscriptions. In Stripe doc, we can read: https://stripe.com/docs/subscriptions/tutorial#sync-with-your-site If a customer was subscribed to a monthly plan, you would…
Ben
  • 3,972
  • 8
  • 43
  • 82
2
votes
0 answers

Add product variation with subscription plan in woocommerce

I want to add product variation in such a way that , On product details page , user will see 2 types of plan LIKE Single & Subscription. In single plan , user can buy a single bottle and proceed. In subscription , we provide say 3 bottles together…
BeingExpert
  • 523
  • 1
  • 5
  • 16
2
votes
0 answers

Apple App Store Subscriptions - Do they support quantity purchases?

I am in the process of writing an app that will require a subscription based payment model. What I would like to know is does Apple's auto-renewing subscription API allow users to buy in quantity (i.e. I would like ten access codes to distribute to…
Chris
  • 803
  • 2
  • 9
  • 22
2
votes
2 answers

AZURE - How to migrate resources from a tenant to another

I want to migrate resources (VMs, networks, gateways ...) from a tenant /client with a subscription to another tenant /client with another subscription, with the exact same parameters, how can I do that ? (the move function works only for…
sdust
  • 51
  • 1
  • 5
2
votes
3 answers

angular2 destroying subscriptions on view destroy

I have an "appService" which i Use to handle the interaction between all my components (forms, navigations, etc). My service has many event emitters to which the components subscribe (results showing, element selected, form posted, and so on). When…
2
votes
1 answer

Continue event subscription,after script execution powershell

I am creating a script, to monitor user activity in the downloads folder. Ive decided to use FileSystemWatcher event to trigger and alert. This script do the job, but only works when the instance of powershell is running, y dont want to have a…
kimo pryvt
  • 483
  • 1
  • 7
  • 25
2
votes
1 answer

"Remaining Credits" in Azure Free Trial Subscription

I have three days left of my free trial. I still have a lot of "remaining credits". Do I still have those credits after the free trial, so that I can keep my stuff up and running by switching subscription to the "Pay-as-you-go" option?
Thorpentin
  • 89
  • 11