=Codename One IAP Demo Server
This project is a demo project created to demonstrate in-app-purchase subscriptions in the iTunes and Google Play stores. It was created to accompany a blog post on the topic.
$ git clone https://github.com/shannah/cn1-iap-demo-server $ cd cn1-iap-demo-server $ ant install-deps
Note
|
This the "install-deps" ant task will download a couple of dependent projects (CN1 IAP Validator, and cn1-compatlib)into the "dependencies" directory, then build/install them in your local maven repo. |
The client app source that interacted with this REST service can be seen here.