Pre-Preparations
Last updated
For details related to product registration, please refer to the guide below.
In the "Common Information > License Management" menu, you can check the license key and OAuth authentication information for server APIs.
License key: Used for confirming whether the IAP history sent by ONE store is forged or falsified.
OAuth credential: Used to authenticate and use the ONE store server API.
You can download the IAP sample app from Github.
The ONE Store IAP SDK repository will be migrated to Maven Central starting April 1, 2026.
For more details, please refer to the Notice on Migration of ONE store IAP SDK Repository
Add the ONE Store billing library dependency to the project’s top-level build.gradle file.
Add ONE store payment library dependencies to the app's build.gradle file.
Developers or users need the ONE Store app to use ONE Store in-app purchases.
Last updated
allprojects {
repositories {
...
mavenCentral()
}
}
dependencies {
implementation "com.onestorecorp.sdk:sdk-iap:21.04.00"
}

