RxIAPv3
RxIAPv3 copied to clipboard
Android In-App Billing Library which provides several Rx Methods for Purchasing, Consuming and Listing Products
Hi, When I use the method `billingProcessor.purchaseObservable` the buying process is successful, but the observable does not emit anything. However the event handlers for no rx-methods are called. Here I...
Putting `compile "com.github.pavlospt:rxiapv3:1.2.1"` into build.gradle leads to this error: ``` Error:Could not find com.github.orhanobut:hawk:1.20. Required by: > com.github.pavlospt:rxiapv3:1.2.1 ```
Fixes
This PR updates RxJava to version 2.x I cannot guarantee that it work (no unit tests to confirm that :( ), but if there are no null values passed to...
Hello,, i have problem that getSubscriptionListingDetails always return null however its works fine with anjlab/android-inapp-billing-v3 ... why?? ok i debug the code and i founded billingService = null in ```...
Currently the client of the library needs to override onActivityResult in an Activity/Fragment. But it's possible to create a cleaner API without this requirement. Have a look at the Dexter...