GitPedia

Poolakey

Android In-App Billing SDK for Cafe Bazaar App Store

From cafebazaar·Updated May 11, 2026·View on GitHub·

- Android In-App Billing SDK for [Cafe Bazaar](https://cafebazaar.ir/?l=en) App Store. The project is written primarily in Kotlin, distributed under the Apache License 2.0 license, first published in 2019. Key topics include: android, bazaar, billing, billing-sdk, cafebazaar.

Latest release: 2.2.0
November 13, 2023View Changelog →

<img src="https://github.com/PHELAT/Poolakey/raw/master/asset/Poolakey.jpg"/><br/>
Build Status
CodeFactor

Android In-App Billing SDK for Cafe Bazaar App Store.

Getting Started

To start working with Poolakey, you need to add its dependency into your build.gradle file:

Dependency

groovy
dependencies { implementation "com.github.cafebazaar.Poolakey:poolakey:[latest_version]" }

Then you need to add jitpack as your maven repository in build.gradle file:

groovy
repositories { google() jcenter() maven { url 'https://jitpack.io' } }

How to use

For more information regarding the usage of Poolakey, please check out the wiki page.

Sample

There is a fully functional sample application that demonstrates the usage of Poolakey, all you have to do is cloning the project and running the app module.

Reactive Extension Support

Yes, you've read that right! Poolakey supports Reactive Extension framework. Just add its dependency into your build.gradle file:

groovy
dependencies { // RxJava 3 implementation "com.github.cafebazaar.Poolakey:poolakey-rx3:[latest_version]" // RxJava 2 implementation "com.github.cafebazaar.Poolakey:poolakey-rx:[latest_version]" }

And instead of using Poolakey's callbacks, use the reactive fuctions:

kotlin
payment.getPurchasedProducts() .subscribe({ purchasedProducts -> ... }, { throwable -> ... })

Contributors

Showing top 6 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from cafebazaar/Poolakey via the GitHub API.Last fetched: 6/25/2026