Page 1 of 1

Android In App Purchases

Posted: Sun May 31, 2015 12:05 am
by townsend
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?

Re: Android In App Purchases

Posted: Sun May 31, 2015 3:15 am
by Simon
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

Re: Android In App Purchases

Posted: Mon Jun 01, 2015 2:26 am
by townsend
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.