Is there a well-tested and documented InApp Billing API wrapper?
What Google provides is hardly even called an API - a single aidland rather complex (for a task) application sample. Not to mention, there are known errors that have not yet been fixed (for example, are not checked for nullin BillingService.onStart()) Pretty confusing ...
I kind of integrated the payment process based on the sample application, but I'm looking for some better solution. What I have found so far:
- gumma-android-payments - this provides a fair API, but the implementation seems to be just a copy of the sample
Dungeons, which doesnβt make me feel safe using it - marketbilling - this seems to be an example of a Dungeon application project in Google Code (the current trunk does not compile events - no comment)
Are there any other recommended resources (for example, besides official documents)?
source
share