Android In App Purchases

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Android In App Purchases

Post by townsend » Sun May 31, 2015 12:05 am

Where might I find some instructions and or resources on implementing In App Purchases?

Also, based on the given In App Purchase API, is it possible to deploy a fee based subscription model, where the app would revert to a "free" state if the subscription was not renewed?

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Android In App Purchases

Post by Simon » Sun May 31, 2015 3:15 am

Hi townsend,
Here is the lesson;
http://lessons.runrev.com/m/4069/l/1844 ... play-store
I don't have an answer to the second part.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Android In App Purchases

Post by townsend » Mon Jun 01, 2015 2:26 am

Thanks Simon! That's just what I was looking for.

Looks like the API deals with "permanent" and "consumable" purchases differently.
I'll have to store the subscription expiration internally by encrypting and saving an expiration date.

Post Reply