Google Play In-App Billing
Android library to support Google Play In-App Billing API v3
This library is the util
package from the TrivialDrive
sample app
with some custom modifications.
Proguard
You might need this line if you are using ProGuard
-keep class com.android.vending.billing.**
References
- In-App Billing Version 3
- TrivialDrive Sample Application Instructions
- TrivialDrive Sample App GitHub
- Bruno Oliveira explains v3 API