Billing Integration
When submitting your application on Aptoide Connect through the App Submission Form, the first step is to indicate whether your application includes In-App Purchases. If it does, you’ll then see information about the integration of our billing. Currently, the option we offer is the Native Android SDK:
The Native Android 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. While it may take a bit longer to implement, it currently offers a broader range of features, including subscriptions and local validation.
Public Key
The Public Key is required to verify purchases when implementing our Android Billing SDK. The application's Public Key is accessed via the submission form's Billing Integration section.
Manage Products
Clicking this button provides access to the In-App Products section in the console, allowing you to manage your application's in-app products.
Manage Subscriptions
Clicking this button grants access to the In-App Subscriptions section in the console, enabling you to configure and manage your application's in-app subscriptions.
Manage Sandbox
This button provides access to the Sandbox menu in the console, where you can configure and manage the Sandbox environment for testing your application's in-app purchases.
Minimum Requirements
- 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).
Updated about 2 hours ago