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
1 answer

DNN 5 - Role expired, but user can still view pages

I'm testing periodic fee subscriptions in DNN 5. I've set the renewal period on my custom role to 1 day. After 1 day, the subscription shows as EXPIRED, but the user can still view all the pages accessible to that role. Am I missing something?
roman m
  • 26,012
  • 31
  • 101
  • 133
1
vote
1 answer

Subscription call 2 times, how to unsubscribe observable in RxSwift

Reset password call occurs 2 times, how can I remove the subscription in that block. let digits = [firstDigit, secondDigit, thirdDigit, fourthDigit, fifthDigit, sixthDigit] let digitsValid = digits.map {…
Kaan Vural
  • 35
  • 9
1
vote
1 answer

Apply azure tagging policy to subscription level

I'am looking for a way to audit tags on subscription level using azure policy. For example: check if every subscription has the tag environment applied. The built-in definitions only target resourcegroups, i'm wondering if it is possible to do the…
Duncan
  • 23
  • 3
1
vote
0 answers

How to apply errorpolicy to useSubscription hook with apollo-client?

I want to apply 'errorpolicy: all' on a useSubscription hook in my React Native app. In the apollo documentation there is no field for errorpolicy in the options that useSubscription accepts as there is for useQuery. I would like to get the data…
1
vote
1 answer

How to enable full version for Actions on Google through Subscription

I want to accept subscriptions from users who are interested in our full version for my Action-on-Google. I have implemented account-linking and my targeted users are from India. How can we give the full version on Google Action once we receive the…
vali tech
  • 11
  • 2
1
vote
0 answers

Cancel previous WooCommerce Subscription when new subscription purcesed

I have a subscription based WordPress website and have different subscriptions. I'd like to when a user buy a new subscription the older one automatically canceled. I used this code, but unfortunately all subscriptions were cancelled exept the new…
izsog
  • 11
  • 1
1
vote
1 answer

I keep getting error of "Property subscribe does not exist on type void "

here is my ts file function which throws the error post-list.componenet.ts ngOnInit() { this.posts = this.postsService.getPosts(); this.postsSub = this.postsService.getPostUpdateListener() .subscribe((posts: Post[]) => { this.posts =…
1
vote
2 answers

RxSwift Disposing one subscription invokes dispose of another subscription

I have a PublishSubject in a ViewController. And I subscribe to it, so when it emits an event - I show the UIAlertViewController. let infoData = PublishSubject() private func bindInfoData() { infoData.subscribe(onNext: {…
Alex
  • 13
  • 6
1
vote
1 answer

Subscription Add-ons for UWP app are not found

I have an app that is configured as follows in the Microsoft App Store: Markets: 241 Visibility: Public Audience - Make the project available but not discoverable in the Microsoft Store and: Direct Link only: Any customer with a direct link…
George M Ceaser Jr
  • 1,497
  • 3
  • 23
  • 52
1
vote
1 answer

Azure Synapse Billing Model for individuals?

This is a question on the pricing model of the azure synapse, how it works, and understanding the cost accrued/accumulated for developers who are doing self-study and exploring/learning the services. For the same purpose, I purchased a pay-as-you-go…
Lokesh
  • 39
  • 6
1
vote
1 answer

Receive validationToken but Subscription validation request timed out

Anyone can help me?. I want register subscription for user, i use ngrok. I try use postman it success but in my web it error. this is my log [2020-07-20 11:12:52] local.INFO: Error: Client error: `POST https://graph.microsoft.com/v1.0/subscriptions`…
1
vote
2 answers

Odoo version 13: Adding Subscription Lines using automated actions

I am trying to use automated actions to add subscription lines to an existing subscription when one or more source records are created. The quantity field from the source (record.x_studio_prod_qty) is populating correctly. Just not the product_id.…
Bamidele
  • 11
  • 2
1
vote
1 answer

debugging stopped at React-Redux Connect periodically

I have been using React-Redux for a while but I always have a question while debugging the "connect" which interact between component and store, for example ln export default connect((state) => { 112 return { 113 isUserAdmin:…
Drex
  • 3,346
  • 9
  • 33
  • 58
1
vote
1 answer

Using expression in Fiware Draco Subscription

We want to filter noification sent to Draco based on an attribute an "devicetime". Only when this attribute is not blank, we want to send data to Draco. How do we achieve this in Draco Subscription. I tried many combinations in expression, but…
Kavipriya M
  • 131
  • 5
1
vote
0 answers

Google Subscription Price Increase for new users only

I want to increase the existing subscription for my app, for iOS I am given the ability to "maintain current price for existing subscribers" is that a feature that google has as well? My plan is to increase the price and allow 3 months for my…
mrgnhnt96
  • 3,562
  • 1
  • 17
  • 36