Is there any well tested and documented wrapper around InApp Billing API?
What Google provides is even hard to call an API - single aidl
interface, and a fairly complex (for the task) sample application. Not to mention, there are known bugs not yet fixed (e.g. not checking for null
in BillingService.onStart()
) Pretty confusing...
I've sort of integrated the payments process based on the sample application, but I'm looking for some better solution. What I've found so far:
Dungeons
sample, which doesn't make me feel safe using itAre there any other recommended resources (beside the official docs, of course)?
Have a look at the Android Billing Library
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With