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

What is the difference between a SaaS and a Web-App?

I understand that all SaaS apps are web-applications, but when does a web-application become a SaaS? Is the only difference that SaaS are managed through subscriptions?
1
vote
3 answers

How to get the azure subscription current cost using PowerShell

I am trying to get my azure subscription current cost using PowerShell. Desired Output: e.g: currency = GBP current cost = 370.74 Get-AzConsumptionUsageDetail -BillingPeriodName 202105 But this does not give me the desired output.
rAJ
  • 1,295
  • 5
  • 31
  • 66
1
vote
1 answer

How to dynamically create Auto-Renewable Subscription

Our app is something like news app where user can subscribe to some author. List of authors comes from server therefore hardcode every subscription for each author is not the way to go. In iOS YouTube app you can create an auto-renewable…
user1261347
  • 315
  • 2
  • 15
1
vote
1 answer

Remaining days calculation in MySql - Multiple maturities

I have the following problem when calculating the remaining days. I need the first period to expire before computing the days of the next period. In this example, even though 2 periods of 30 days were started on the same day, the duration is 60 days…
Raymont
  • 283
  • 3
  • 16
1
vote
0 answers

Azure moving resources is running for around 4 hours for a single resource

I am trying to move a virtualnetwork from one resource group to another resource and azure kept saying its moving the resource for the past 12 hours. The virtualnetwork is empty and does not have resources attached to it. why is it taking time ? How…
1
vote
1 answer

Subscribe to AWS Appsync using a Pytnon Websocket with IAM authorization not working

I followed these documents: https://aws.amazon.com/blogs/mobile/appsync-websockets-python/ https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html to make a python websocket client to subscribe to aws appsync using IAM…
Ali Fakhraee
  • 65
  • 1
  • 4
1
vote
1 answer

Content subscription model through IAP

We're developing an app similar to patreon. The app will allow creators to publish their content on the platform and users to see that content. The content will be available only through the app. Users also can subscribe to the creators and get…
1
vote
1 answer

Authorize.net shows E00040 when Creating Subscription from Customer Profile

I am creating an ARB Subscription in Authorize.net using the customer profile. This is my flow : creating a customer and payment profile. create the first-month payment through auth capture. creating an ARB subscription using this customer…
sarath raj
  • 13
  • 4
1
vote
0 answers

Multiple GraphQL Subscription Performance Issue

I am working on creating a react native app using Expo. There is a particular scenario I am having difficulty with. There are like option for the posts in the feeds page. I am using graphQL subscription to update the like count of posts. The…
AeJey
  • 1,447
  • 20
  • 40
1
vote
0 answers

Angular Material Dialog: dialogRef.afterClosed() subscription not triggered

i am using material ui to open a component inside of a Mat-Dialog. When I close the dialog, my subscription to the dialogRef wont trigger. The parentComponent calls the editCatering() to open the dialog. parentComponent: import { MatDialog } from…
chrs
  • 11
  • 1
  • 3
1
vote
1 answer

SSRS 2019 -- subscription email fails ONLY when attaching the report

I have SSRS 2019 in native-mode with SQL Server 2019 standard behind it. To be very clear, email functionality works and outgoing emails from SSRS is being sent and received. The issue is when the option to attached the report (Include Report) is…
1
vote
0 answers

IOS Subscription Policy field

I have implemented in-app subscription into my app(created with Unity3D) but got rejected Apple Review Team. The reason is that user can't understand subscription type("non-autorenewal" or "autorenewal"). After that I have checked other apps to find…
1
vote
1 answer

Does there exist a robust Twilio enabled CMS with subscription management?

I've done quite a bit of searching for a CMS platform or robust framework that will perhaps facilitate the management of signup and subscriptions right of the box with a Twilio tie in. Thus far I've only been successful at finding how many…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
1
vote
2 answers

How to subscribe mqttClient for particular duration while reading mqtt messages

I am new to MQTT and I have some questions that I hope you guys could help me with. I'm working on a project that will require me to utilize the MQTT protocol and the program needs to be written in java(Just some background info) Can a MQTT client…
1
vote
1 answer

What's the recommended way to pass on Stripe fees to customers on subscriptions?

I want to pass on stripe fees to customers paying with card, thereby encouraging them to use ACH payment methods. I've considered making the fee a separate charge, but there is a fee on the fee, and so the customer would end up paying more than the…
legendaryz
  • 53
  • 6