Code Challenge #9:
Add In-App Purchase Support to a Kindle Tablet App
Instructions:
Download the Android application source code for our Snake game here. Add two different types of In-App Purchases (consumable, entitlement, or subscription) that make sense for users of this game. Verify that In-App Purchases can be completed and take affect by using the In-App Purchasing API test tool.
Go here for more information on participating in the AWS re:Invent Code Challenge and prizes.
Services Used:
- Amazon In-App Purchasing API
Your code should include:
- Amazon In-App Purchasing for two of the following: subscription, entitlement, consumable
- Code to alter Snake game based upon the In-App Purchases
Your output should include:
- A mechanism to access two different types of In-App Purchases
