In-App Billing Android allows you to quickly and easily integrate In-App Purchases for Google Android into your mobile app.
List of features:
- Offer your app free, earn revenue with in-app purchases
- Fast and easy to use – make a purchase with just a few lines of code
- Complete sample application, as3 docs, and getting started guide included
- Step-by-step illustrated guide on Android Publisher Account set-up
- Includes easy testing methods for before your app is live
- 100% Native Java Android solution
- 1 year of free email support and updates
Sample
public function AndroidIAB() public function create():AndroidIAB public function isBillingServiceRunning():Boolean public function isSupported():Boolean public function purchaseItem(itemId:String):void public function restoreManagedTransactions():void public function startBillingService(publisherKey:String):void public function stopBillingService():void public function testPurchaseItemCancelled():void public function testPurchaseItemRefunded():void public function testPurchaseItemSuccess():void public function testPurchaseItemUnavailable():void