In-App Purchases Integration

At Aptoide Connect, you can use our Android Billing SDK to integrate your billing. For the SDK billing solution, you can follow our guide to learn how to implement it: Android Billing SDK.

Android Billing SDK

The Android Billing SDK employs a client that communicates with the AppCoins Wallet, retrieving the requested products from Aptoide Connect and processing their purchase. This method, similar to the one used in Google Play, is considered the traditional approach. It also offers a broader range of features, including subscriptions and local validation.

Minimum Requirements

  • Android minSdk version is 19.
  • Minimum gradle plugin version is 3.0.1.
  • Minimum build tools version is 26.0.1.
  • The Android minimum API Level to use SDK is 33 (Android 13).