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

Django GraphQL subscription not returning any data

I'm using Graphene, Django and graphene-subscriptions to define a GraphQL Subscription. I'm trying to receive updates whenever a new Book with a specific Author is created. I've followed the getting started guide, and I'm trying to use the following…
Reham
  • 23
  • 3
1
vote
0 answers

iOS Inapp purchase after subscription upcell cancellation_date_ms value is still empty

We are implementing an auto-renewable subscription in our app. Currently, we have checked cancellation_date_ms has a date value inside of receipts when upgrade subscription in same subscription group. And also received Server to Server Notifications…
1
vote
2 answers

Woocommerce subscriptions, remove first payment date on cart and checkout pages

I would like to remove (not just hide) the first payment date on the cart and checkout pages because it's very confusing for my client. I don't find where and how to override the html output. The information is added from a woocommerce subscription…
Fred Chams
  • 11
  • 3
1
vote
0 answers

How to prevent the user from purchasing the same IAP subscription across iOS and Mac?

I have been researching for a few days and haven't found a conclusive answer to my scenario. I would like to provide two subscription types on iOS: Lite and Standard. I would like to provide one subscription type on Mac: Standard. Standard is…
Houman
  • 64,245
  • 87
  • 278
  • 460
1
vote
1 answer

Cordova plugin purchase. Approved event does not fire

I'm using a plugin https://github.com/j3k0/cordova-plugin-purchase to implement a paid subscription in the app. I checked the work of the subscription on Android 5.1.1. And after I called the store.refresh() triggered the update event. But after…
1
vote
0 answers

how to publish celery state with an observable?

I am building a progress bar application that uses celery for executing async tasks. The task is started with a GraphQL mutation and updates its own state each second: @celery.task(bind=True, name='mock_analyzing') def mock_analyzing(self,…
bulle
  • 51
  • 5
1
vote
1 answer

Set custom validation error using subscribe

I wan to set the validation error based on data present in the database. Formcontrol with custom validator function: nUname: ['', [Validators.required,unique_uname]] Custom validator function: Below function takes the username and using post…
Striker
  • 61
  • 1
  • 9
1
vote
2 answers

Create subscription for custom zone in private database fails

I create a custom zone in private database successfully and then try to create a subscription for that custom zone, but subscription creation fails with error: "An error indicating that some items failed, but the operation succeeded overall.". ios…
vrao
  • 545
  • 2
  • 12
  • 33
1
vote
1 answer

Rails Braintree gem subscription class conflict

In my Rails app, I'm using the Braintree gem to create subscriptions. Without realizing, I had also created a Subscription model and controller to manage the subscription info I wanted to store locally. In my model, a subscription can belong_to a…
NicSlim
  • 339
  • 3
  • 12
1
vote
1 answer

Transaction ID and Original Transaction ID in google play billing library subscription

I am trying to implement subscription in application using google play billing library. But in api "GET https://www.googleapis.com/androidpublisher/v3/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token" response how can i…
1
vote
1 answer

In-App Purchase Dynamic Subscription Price

I'm currently releasing our new app and it's using a subscription-based to avail the premium version of the app. But the price of the subscription will be based on how many products the user avail on that subscription. For example, the user…
Trafalgar
  • 135
  • 1
  • 11
1
vote
1 answer

Unit Test - Accessing the subscribe function

Hi I am trying to write angular code for a component with an observable but I can't access the subscribe function. How Should I access the subscribe function to test the code within? Any help would be appreciated. Thank you. This is my component…
Roh
  • 311
  • 1
  • 10
1
vote
2 answers

How to list all resources in a Azure tenant?

I have multiple subscriptions in an Azure tenant and I'd like to list all resources (IP addresses, VMs, etc) in the tenant. Is this the same as listing the resources from all subscriptions? We can easily list all resources in a subscription with a…
1
vote
1 answer

Google Play Store SubscriptionPurchase.Get API response clarification

I am looking at this document from Google Developer API for Subscription Purchases response the link below: https://developers.google.com/android-publisher/api-ref/purchases/subscriptions#methods Specifically, for the field linkedPurchaseToken, two…
1
vote
2 answers

SSRS How to get runtime log for subscription?

I need to get the runtime log for subscription. I need to know in a period of time how many times the subscription was invoked and how long took to run, From Pending to Successful or Failed Status. I have tried to get the information from msdb.dbo…
user5417932