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?
Android In App Purchases
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Android In App Purchases
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
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!
Re: Android In App Purchases
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.
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.