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

How to check if a user is subscribed to a product in Django template

I am working on a Django project whereby I want to check if a user is subscribed to a product or not. I have created in my models.py several model instances and I am stuck on how to check if the user is subscribed inside the template. Here is my…
victor
  • 134
  • 1
  • 9
2
votes
1 answer

Can't Open Billing Account on GCP for Dialogflow - "You can’t reopen this billing account because this account is not in good standing"

I'm trying to subscribe to Google Cloud Platform (GCP) to use Dialogflow in my project. However, I'm encountering an error that says, "You can’t reopen this billing account because this account is not in good standing." when I enter my card details.…
2
votes
0 answers

in_app_purchase flutter how to know if subscription was cancel

I have implemented subscription successfully, it is working fine. Now I want to know if a user has cancelled their subscription, I know that the cancellation is manage directly by apple, but what function to use from in_app_purchase to get this…
2
votes
2 answers

Angular: promise error without a promise being used in a subscription

I have a material design table and I wrote custom functions to load the data and extract the objects from the JSON array object. I have the following code: public getDocumentList() { return this.http.get(this.getDocumentUrl, this.httpOptions) …
Munchkin
  • 857
  • 5
  • 24
  • 51
2
votes
0 answers

revenuecat - how originalAppUserId does it work?

I am using a Auto-renewable subscriptions in my app(Android/Flutter). Now I using “test card”/test mode. This is my user case: My test user have google acc test@test.com(example). I create a subscription for the first time. I got originalAppUserId…
FetFrumos
  • 5,388
  • 8
  • 60
  • 98
2
votes
0 answers

Multiple subscriptions for one user (IOS, Android)

we are a live-broadcasting app and here's the question we would like to check. We are now planning a new subscription mechanism. We would like to let every user subscribe multiple similar service at the same time. Under each service, there's…
2
votes
0 answers

Google subscriptions - number of active subscriptions on backend vs Play Console

We are verifying Google subscriptions on backend using requests to: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptions?hl=en we have also integrated with server notifications, so that we have updated data on all…
2
votes
1 answer

Best practices for avoiding memory leaks in angular

I'm trying detect and fix potential memory leaks in my angular/spartacus application. So basically I'm looking for any "subscribe(..." calls in my code base and evaluate what I can do. I know that simplest form is simply to use observables directly…
2
votes
1 answer

Powershell script to list last reboot of vm's under a Azure Subscription

is there a Powershell script to list last reboot of vm's under a Azure Subscription? result maybe displayed in the ps or in a file.
joel_c
  • 21
  • 2
2
votes
1 answer

Youtube API's subscriptions.list only shows very few channels

So I've been playing around with Youtube API V3 lately. I tried to retreive all the subscriptions I have in my account and for that I used the code sample they had on their site, which is the following: # -*- coding: utf-8 -*- # Sample Python code…
2
votes
0 answers

Flutter: Using the iOS Promotional Offers

I am having some hard time trying to use iOS subscriptions promotional offers. I was able to retrieve the discounts list from the productDetails after casting it to AppStoreProductDetails. if (Platform.isIOS) { List
Alaa Eddine Cherbib
  • 1,062
  • 14
  • 17
2
votes
1 answer

Set a subscription default price in Play console one time

I need to add subscription price one time for all countries. like inapp product you can set the price for default currency and it's reflected automatically for all other countries. I found "Add base plan" in google play console, inside it I can edit…
2
votes
1 answer

Stripe Annual Subscription: How to credit user's account every month?

I'm building a micro-SaaS and I need to renew my users' credits every month depending on their subscription. If they choose a monthly subscription plan, I can receive the invoice.paid event every month and add credits to their account. But what if…
Jean DuPont
  • 411
  • 7
  • 22
2
votes
1 answer

Problem with server.applyMiddleware({app}) function does not accept any arguments

What I'm trying to do is a subscription with typeScript and apolloserver. I have seen many tutorials and most of them do it this way and it works for them. a …
CCK
  • 21
  • 1
2
votes
3 answers

How to set a subscription default price in Play console?

I am pretty sure that in the past there was a field to set a default price for subscriptions (like with in-app-purchases, the default price is used to generate local prices for the app in other countries). However I can't find this field now. I…
Andy
  • 301
  • 1
  • 11