Questions tagged [subscription]

An arrangement to receive something, typically a publication, regularly.

An arrangement to receive something, typically a publication, regularly.

2251 questions
3
votes
2 answers

IOS subscription end notification

I am looking to build a ios application that will use an auto-renewable subscription on a monthly biases. We will be using some VOIP features that we will be charged monthly for. My question is, how can we be notified when a user cancels a…
3
votes
1 answer

Paypal Returns Auth and nothing else as return data for a Subscription

I am trying to set up a subscription payment for Paypal on .net. I am testing with the sandbox. When I submit the form to paypal and make the payment in the sandbox and then click on Return to Merchant, I get an auth variable containing some…
Cyril Gupta
  • 13,505
  • 11
  • 64
  • 87
3
votes
2 answers

Is it possible to provide free taster period within Non-Renewing Subscription for iPhone apps?

The app we are creating delivers information which updates on a daily basis, how to provide a free taster is unclear to me. Can you help? Info on Non-Renewing Subscription from p149 of the iTC developer Guide, p151 states Inn-App purchase cannot be…
3
votes
1 answer

StoreKit - How to get the correct expiry date?

I have got StoreKit to work for auto-renewable subscriptions and can successfully buy and renew subscriptions via the Sandbox. So far, so good. The problem I am having is that the expiry date being returned by apple seems in-correct. When first…
zardon
  • 2,910
  • 6
  • 37
  • 58
3
votes
3 answers

Complete BehaviorSubject

I’m using BehaviorSubject and subscribe to it using async pipe, do I need to complete the BehaviorSubject on component destroy? *I don’t subscribe to it on the .ts file
3
votes
1 answer

Auto-renewing google play subscription price increase - effect on existing users?

I have a few auto-renewing subscriptions I wish to increase the price of without affecting existing subscribers. As in, I wanted existing subscribers to continue renewing at their current price, and new subscribers to be shown the new…
3
votes
2 answers

SSRS 2008 Report Subscription Emails Randomly Receiving Delivery Extension Loading Errors

I have created 3 reports and have set up daily subscriptions for them to each be emailed to a list of recipients. When I look at My Subscriptions, I see the message "The delivery extension for this subscription could not be loaded", and sometimes it…
Rick Hodder
  • 2,189
  • 3
  • 26
  • 54
3
votes
1 answer

Paypal subscription error: The link you have used to enter the PayPal system is invalid. Please review the link and try again

I'm using Paypal website payment standard to subscription for my site. Here is the variables passing in Paypal which I dumped. I'm passing this values to 'https://www.sandbox.paypal.com/cgi-bin/webscr' using post method. Field Name Value a3 …
Mazhar Ahmed
  • 1,523
  • 2
  • 24
  • 41
3
votes
0 answers

How to reduce mail from Real-time developer notifications in Android

I have created topic and subscription base on this steps To configure: Go to Google Cloud Console and create/select a project. On the header, click to open the menu and select ‘Pub/Sub’, or click…
3
votes
0 answers

MKStoreKit 4.0: How to check if an auto-renewable subscription has been renewed?

I'm using MKStoreKit 4.0 to implement auto-renewable subscriptions in my app and I am able to purchase subscriptions fine but can't get auto-renewal to be successfully tested. This is what I'm doing: I initialize MKStoreManager at the start of the…
Mattia
  • 2,251
  • 1
  • 22
  • 27
3
votes
2 answers

add some extra days to active users subscription in google play console

I want to add 15 days to all my active subscription users for free. for example if a user expiration date is 1 April, I want to change it to 15 April by API or from Google Play Console. is it possible ?
3
votes
1 answer

Is there a way to build a complete sendgrid subscribtion form using only sendgrid's API?

I'm trying to build my own sendgrid subscribtion form using their API. Unfortunately this https://www.npmjs.com/package/@sendgrid/subscription-widget is the only solution I could find which requires a Heroku account which I don't need. I just want…
BonisTech
  • 342
  • 3
  • 15
3
votes
4 answers

What is the best way handle credit card subscriptions on a website?

I'm designing a site using ASP.NET and I would like the content to be subscription based. For the most part, everything will be charged to a credit card every month. I know I can store the CC in the database but is there another more secure…
danmine
  • 11,325
  • 17
  • 55
  • 75
3
votes
1 answer

Does Svelte store's auto-subscription work in non-component files?

Just a basic question: Is the $-syntax for stores applicable in non-component JavaScript files? The doc says: Any time you have a reference to a store, you can access its value inside a component by prefixing it with the $ character. However, this…
robsch
  • 9,358
  • 9
  • 63
  • 104
3
votes
1 answer

Is there an API to get the price of Apple's subscription?

I tried the subscription-related API mentioned in the Apple documentation, but I found that there is no price of income-related fields in the response body. Is there such an API that allows me to get the price of product subscriptions from the…