Google released the Billing library which makes it considerably easier to handle subscriptions and consumables in Android apps. The reason it is easier to integrate is removing the need to communicate across AIDL (Android Interface Design Language), which added a lot of complexity on top of an already complex cognitive