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. but I do not believe there are any problems with iOS or Mac

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

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

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