Re: Subscription-based sales system

2014-05-14 Thread Pyyhtiä Christer
Yes, I did it with on-Rev LiveCode Server. It took a lot of learning, but it works beautifully for Android. I haven't moved to iOS, yet, as want to do that simultaneously moving to LC 7.X for all-unicode and some new capabilities. http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Subscription-based sales system

2014-05-13 Thread Marty Knapp
Thanks Andrew, Mark & Simon. I appreciate the input. If there are any other thoughts on this, I'm all ears. Marty I did this for a while. Used revIgniter to talk to stripe.com's recurring payment service. They provide you with webhooks that can contact your backend system when a clients subscri

Re: Subscription-based sales system

2014-05-13 Thread Andrew Kluthe
I did this for a while. Used revIgniter to talk to stripe.com's recurring payment service. They provide you with webhooks that can contact your backend system when a clients subscription status changes. I found their interfaces and documentation geared towards developers. On Tue, May 13, 2014 at

Re: Subscription-based sales system

2014-05-13 Thread Mark Schonewille
Hi Marty, Installer Maker is a plug-in and standalone program that can be updated for free during 3 months after purchase. During one year after purchase, people can buy a new license at a discount price. Almost everything happens automatically when someone buys a license. I only need to pre

Re: Subscription-based sales system

2014-05-13 Thread Simon Smith
Hi A number of payment gateways let you do subscriptions (e.g. paypal), if the periodic payment is unsuccessful (e.g. credit card expires) it will send a notification to your server, so that you can process and stop the subscription. You would just need your application to periodically check the s

Subscription-based sales system

2014-05-13 Thread Marty Knapp
Has anyone set up sales of their applications on a subscription basis? I would want something that could be automated so that if a customer's subscription ran out, they could make a payment and be back up and running without having to wait. It would be for Mac and Windows - no mobile and no app