Closed GoogleCodeExporter closed 8 years ago
Added the GoogleBilling class. It uses v3 of google's in-app billing service.
For this to work, you have to add <uses-permission
android:name="com.android.vending.BILLING" /> to your project's AndroidManifest
file. You will also need to create the package com.android.vending.billing, and
put the IInAppBillingService.aidl file into the newly created package (you need
to download Google's market billing from the SDK manager to get the aidl file).
I'll probably add an option to add these to the project in a right click option.
Original comment by IMPINC...@gmail.com
on 30 Apr 2013 at 12:19
Original comment by IMPINC...@gmail.com
on 30 May 2013 at 12:06
Original issue reported on code.google.com by
IMPINC...@gmail.com
on 18 Feb 2013 at 8:18