Tagged Questions
The subscription tag has no wiki summary.
13
votes
3answers
766 views
iOS recurring subscription policy for service, not content
Apologies in advance for a policy, rather than a programming question, but given the paucity of information available online I hope I can be forgiven for asking it here.
I would like to use the new ...
11
votes
5answers
734 views
What do I do about recurring billing?
This might be a subjective question, but I'll give it a go.
There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS ...
8
votes
3answers
921 views
iPhone In App purchase subscriptions pay for renew?
I'm developing an app in which the user could subscribe for a feature to use for a specified period.
The subscription period gets verified on our own server and after this time the user needs to buy a ...
8
votes
5answers
2k views
How to ensure an event is only subscribed to once
I would like to ensure that I only subscribe once in a particular class for an event on an instance.
For example I would like to be able to do the following:
if (*not already subscribed*)
{
...
7
votes
1answer
582 views
Auto-renewable subscription receipt date format
I'm struggling to figure out the formatting for the following date:
2011-05-24 19:02:32 Etc/GMT
This date is returned from Apple's receipt validation service and I need to turn it into a NSDate for ...
6
votes
2answers
2k views
Subscription based in-App Purchase tutorial
Is there any tutorial to implement Subscription based in-App Purchase.If any then please mention the link or post the code.
6
votes
10answers
747 views
Email address validation methods (Subscribe button)
I am coding a site in php and I am currently on the contact us page and I was wondering what was the best way to validate an email address?
By sending a validation link to their email?
Regex
Any ...
6
votes
4answers
439 views
What is the best anti-crack scheme for your trial or subscription software?
Writing code takes time and effort and just like any other human being we need to live by making an income (save for the few that are actually self sustainable.) Here are 3 general schemes to make a ...
6
votes
5answers
789 views
Subscription based software: Does it work?
A while back I worked with a software company that sold a specialized software product. Ever so often they would release a patch for free and a new version that would require an upgrade fee. This is ...
5
votes
3answers
5k views
How to check In App Purchase Auto Renewable Subscription is valid
I'm looking to implement the new Auto Renewable subscriptions using In App purchase but I am unsure how or when to check if the user is currently subscribed. My understanding is that when the user ...
4
votes
1answer
763 views
Magento Recurring Profiles with non-Paypal payment method
Interested to know if (a) this is possible, and (b) whether any of you have successfully implemented the functionality. The wiki page repeatedly refers to "Currently, by default, Magento supports ...
4
votes
2answers
373 views
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, ...
3
votes
1answer
178 views
Is it possible with android in-app purchase monthly subscription
I found Another StackOverflow answer, but i'm not sure if it answers my question.
I want my application to be found on market, but i also want the users to use in-app purchase with a monthly ...
3
votes
1answer
102 views
Switching from a paid app to a free app with auto-renewing subscription
I have an app which costs $5. I'd like to change this so that the app is free and that users must purchase an auto-renewing subscription to use it. I know how to implement the auto-renewing ...
3
votes
1answer
151 views
Catching exceptions which may be thrown from a Subscription OnNext Action
I'm somewhat new to Rx.NET. Is it possible to catch an exception which may be thrown by any of the subscribers? Take the following...
handler.FooStream.Subscribe(
_ => throw new ...
3
votes
1answer
580 views
How to test the “renew” component of auto-renew subscriptions in iOS App Store Sandbox?
Folks,
I am attempting to verify that auto-renew subscriptions are actually renewing in the sandbox environment. First, it appears that auto-renew subscriptions in sandbox are only valid for 5 ...
3
votes
1answer
299 views
Check if a given event is subscribed, during runtime, using reflection
Consider a class that has some events. This event list is going to grow. Some are optional. Others are required.
To simplify some initial validation I have a custom attribute that marks an event as a ...
3
votes
2answers
698 views
Automatic Subscription In-App Purchases: Restoring Subsequent Renewals
According to the Apple In App Purchase Programming Guide:
The App Store creates a separate transaction each time it renews a subscription. When your application restores previous purchases, Store ...
3
votes
4answers
184 views
Application logic for invoicing and subscriptions?
We're just in the planning stage of a web app that offers subscriptions to our customers. The subscription periods varies and can be prolonged indefinitely by our customers, but are always at least ...
3
votes
2answers
4k views
Adding a custom field to Magento's subscribtion module
The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento ...
3
votes
1answer
212 views
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 ...
3
votes
2answers
3k views
C#: when an event has mutiple subscribers, how do I get the return value for each subscriber?
The code looks like below:
Clock:
public class Clock
{
public event Func<DateTime, bool> SecondChange;
public void Run()
{
for (var i = 0; i < 20; i++)
{
...
3
votes
3answers
230 views
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 ...
2
votes
1answer
46 views
yourlabs-subscription error — Caught VariableDoesNotExist while rendering
I have been trying to use the updated yourlabs subscription example, and the installation has worked fine except that
Each of the views in the subscription app returns the request variable in the ...
2
votes
1answer
28 views
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 ...
2
votes
1answer
30 views
Unlocking features via promo code that are also offered in an out-of-app subscription
I'm interested in unlocking features for a fixed time period in my iphone app via promo code. These same features are also offered for subscription outside of the app store. Is this still legitimate? ...
2
votes
1answer
146 views
Data Driven SSRS Subscription without SQL Server 2008 R2
I am trying to mimic the functionality of a data driven subscription. We are current running a version of report server that does not allow for Data Driven Subscripts. Current this is what I am ...
2
votes
0answers
74 views
Changing the Amount of a PayPal Subscription
We are using PayPal subscriptions to automatically make ongoing monthly donations. The user initially creates a subscription with some pre-determined monthly donation amount (e.g., say $50/month). ...
2
votes
1answer
57 views
Is it possible to give away a apple content subscription code?
I know that as a developer you can give away codes so that users can download your app for free. Is it possible to do the same for a subscription to content within an app?
2
votes
0answers
329 views
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:
...
2
votes
2answers
65 views
Event Subscription Lost when Passing Instance Object
I am fairly new to C# so bare with me. I have created an external class (TheClass) with an event (TheEvent) and subscribe to it from within another class's Panel constructor:
public aPanel()
{
...
...
2
votes
1answer
135 views
Is this possible to change the recurring payment amount after signing up? [closed]
I am Ritu from India.
I have a requirement that after signing up with a particular amount at PayPal Recurring Subscription, I need to change the amount from the next month. Is there any way for ...
2
votes
4answers
234 views
In app purchase - How Subscription works?
i'm working on an magazine app for iPad and i've been asked to build a system to allow users to subscribe for, say, a year. I have to say... I didn't quite get the concept of Subscription... Anyway, ...
2
votes
1answer
66 views
Open Source Platform for Subscription-based Web service?
Looking for a LAMP-based platform for subscription-based Web service that I can easily hack to fit my needs, which one would you recommend based on the following criteria:
Documentation
Install base
...
2
votes
1answer
366 views
Why I'm getting 21004 as status value in reply from apple's sandbox server testing auto-renewable subscriptions?
I'm testing aut-renewable subscription but apple's sandbox server always returns status=21004, which means 'The shared secret you provided does not match the shared secret on file for your account.'.
...
2
votes
0answers
339 views
How to upgrade/downgrade an iOS auto-renewable subscription
Suppose that an iOS auto-renewable subscription provides access to a service that includes a storage allotment. There are several subscription tiers that vary in the amount of storage allowed. ...
2
votes
1answer
387 views
How do I handle recurring/subscription billing in a Rails App?
I can't use Chargify, Recurly, Spreedly or any of those apps because I am not based in the US. I am in Jamaica, actually...so many of these companies don't support Jamaica.
But I am trying to roll a ...
2
votes
1answer
91 views
Sending HTML e-mail
i'm using Drupal 6. How can I create HTML e-mails for subscriptions (i.e via a template)? mail_edit() offers plaintext messages: can I use it for sending HTML mail?
2
votes
2answers
178 views
Is there any way to clear subscription to an event in VB.NET?
In C#, I took the habit on clearing every subscriptions to my custom events in Dispose() to avoid memory leaks of subscribers forgetting to unsubscribe from my events.
It was very simple to do, ...
2
votes
1answer
2k views
How can I find out how many people is subscribed to an RSS feed i'm serving?
We have a site that is serving some RSS feeds, and we'd like to know how many people is subscribed to each one, without using a system like FeedBurner to serve them.
The original approach to figuring ...
1
vote
1answer
34 views
Facebook Profile Subscriber Count
Is there a method in the API to query the number of subscribers for one of the new profiles? I am talking about the new profiles (not pages), like this one for Tyra Banks:
...
1
vote
1answer
37 views
iOS - Getting expiration time of in-app subscription purchases
In my iOS app, I included in-app purchase for subscription. In order to use the app, they have to purchase the subscription and then only it will work.
I don't have any server and so I'll maintain ...
1
vote
1answer
62 views
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 ...
1
vote
1answer
106 views
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 ...
1
vote
2answers
150 views
Android Subscription And Payment
In my application i want to implement Subscription service. Subscription will be mostly yearly. After subscription expiration application should ask for subscription renewal and go for payment and ...
1
vote
1answer
228 views
iOS Subscription for app features
I am looking at a subscription model for in-app functionality. It seems that this would be allowed as you could definitely use in-App purchase to buy extra features. Has anyone had any direct ...
1
vote
2answers
114 views
Building subscription based application with Ruby on Rails
I am planning to write a subscription based application which will allow users to do the following:
Subscribe/Sign-up to a plan (will select from multiple plans available)
Will use subscription ...
1
vote
1answer
193 views
iOS one month free, than subscription only
I am developing news reader app, and client wants to have monthly subscription. This is easy enough, but he wishes to have one month of free trial for each user. So after user downloads app for the ...
1
vote
2answers
203 views
Facebook API to query my subscriptions/subscribers
Do you know whether there's an API to query my subscribers and/or subscriptions?
1
vote
1answer
36 views
Questions about managing subcription payment status in my database
Developing an app that people pay a monthly subscription to use. They can pay monthly or a year in advance for a reduced price.
What is the best way to make sure they are up to date?
My best guess ...