lukaspili / Reactive-Billing

Lightweight reactive wrapper around In App Billing API v3 for Android
https://play.google.com/store/apps/details?id=com.github.lukaspili.reactivebilling.sample
MIT License
247 stars 33 forks source link

Json exception handling #16

Open richarddd opened 7 years ago

richarddd commented 7 years ago
  1. Adding json exception handling allows for subscribers to know if json parsing has failed
  2. Adding a check if service is bound allows subscribers to be notified if we are unable to bind, i.e billing is not supported
lukaspili commented 7 years ago

Thanks for the PR @richarddd. Can you integrate the changes suggested by @rharter before merging?

richarddd commented 7 years ago

@lukaspili @rharter updated!