python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add Convenience class for handling Google's in-app billing #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement a system to handle Google's in-app billing in a simple way, while 
still allowing customization for those who wish to be more secure.

Original issue reported on code.google.com by IMPINC...@gmail.com on 18 Feb 2013 at 8:18

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 30 May 2013 at 12:06