Questions tagged [subscription]

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

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

2251 questions
4
votes
1 answer

How to handle re-subscription to a Stripe plan with a trial period?

What happens if a customer re-subscribes to a plan that has a trial period? To be more precise: A customer subscribes to a plan with a 30 day trial period. When this trial period ends, the customer decides to cancel the subscription. The customer…
Ben
  • 3,972
  • 8
  • 43
  • 82
4
votes
2 answers

I'm getting a sudden fatal error using Woocommerce subscriptions in wordpress admin > woocommerce > settings > checkout

I have a wordpress install running woocommerce subscriptions and memberships that's been working fine for weeks, and now all of a sudden I'm receiving the following error message: 'fatal error: Uncaught exception 'Exception' with message 'SSL…
Loz
  • 121
  • 6
4
votes
0 answers

SKPaymentTransaction originalTransaction behavior for subscriptions during restore is opposite of documentation?

I'm a bit stumped by this. When restoring transactions, I receive, as expected, an NSArray of all past transactions (as SKPaymentTransactions). According to all documentation I can find on the internet, I should expect to see the…
4
votes
3 answers

Subscript in Axis description

I wanted to know if it is possible to use subscript in axis description. I have the following code XYItemRenderer lineYY = new StandardXYItemRenderer(); lineYY.setSeriesPaint(0, Color.BLUE); lineYY.setSeriesVisibleInLegend(0,false); …
4
votes
1 answer

Handle Auto Renew Subscription iOS SDK

I am developing an app which requires auto renew subscription monthly and I want to maintain that on per user basis who logged into my app. is it possible anyhow with in app purchase. Also how can we handle cancelation of subscriptions ? I want to…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
4
votes
1 answer

Paypal Subscription Modification

I was hoping someone could help regarding modifying a subscription price. I have a social networking site In which you originally could subscribe to a standard or premium account which varied in what applications where active in your account. My…
Phil Jackson
  • 10,238
  • 23
  • 96
  • 130
4
votes
2 answers

CloudKit fetch all subscriptions from the current user

I manage to save, change and delete records in Apples CloudKit. I even got notifications working with subscriptions, what I can not find out is, how do i list all subscriptions for the current user. Here is my code so far: let operation =…
Peter Shaw
  • 1,867
  • 1
  • 19
  • 32
4
votes
1 answer

There is no option E-mail in SSRS data-driven subscription

I want to create data-driven subscription for my SSRS report. I need to send reports by e-mail for users. But there is no option E-mail in "Specify how recipients are notified". Screenshot attached. Why E-mail option doesn't exist here? P.S.Using…
Nick
  • 105
  • 2
  • 11
4
votes
1 answer

UPnP subscription renewal fails on the device

When I try to renew the UPnP event subscription on the device, I have an 412 HTTP Error: Precondition Failed, bad SID. This error occurs only on one device, all other devices works fine. Buggy device is an D-Link XTreme N GIGABIT Router DIR-655…
4
votes
2 answers

How to implement a subscription based DB, such as basecamp

I have developed a fully functional ruby-on-rails application which utilizes numerous mysql tables. I would like to turn this into a subscription based service but I have some general, probably basic, conceptual questions: In a setup such as…
JZ.
  • 21,147
  • 32
  • 115
  • 192
4
votes
1 answer

Update Stripe's Customer Credit Card Information

I finally figured out how to implement Stripes Monthly Billing using this tutorial. So far, A User can Create & Delete their Subscription with Stripe. But I am having trouble calling the hashes inside the API to have the User change his credit card…
Serge Pedroza
  • 2,160
  • 3
  • 28
  • 41
4
votes
1 answer

In app purchase - Subscription - not based on Apple Id

I understand that If a user buy something using in app purchase, it should reflect in all the devices owned by the user ( based on logged in apple id ). But in my case I need to handle it with "our own username and not apple id". That is if user…
Deepukjayan
  • 3,525
  • 1
  • 20
  • 31
4
votes
1 answer

iOS auto renewing subscription (sandbox)

I am currently testing my code for auto renewing subscriptions. In most cases it works as expected. But, from times to times, I see unexpected results. I buy a new subscription, I get a receipt (transaction_id = 1000000075229775). Just after…
Gilles
  • 41
  • 3
4
votes
1 answer

iOS Non-Renewable IAP - Limit number of devices

We are looking at using consumable (non-renewable) IAP for subscriptions for our app after being rejected for auto-renewable subscriptions. I've read through many posts pertaining to this, but haven't seen any discussion on limiting the number of…
matt
  • 41
  • 4
4
votes
2 answers

Change price of subscription product in android app

I have an android app published in play store with subscription product charged yearly. I have used to old In-App billing API. Now I want to change the price of the subscription product. I think I will need to change the price of subscription…
Napolean
  • 5,303
  • 2
  • 29
  • 35