EN CN
To prepare for integrating IAP features and testing the integration, perform the following.
Download the IAP SDK from this site.
The zipped file contains the SDK and sample projects that uses the IapHelper:
Create a project in Android Studio with a package name that is different from the app registered in other app stores.
Click File → New → Import module.
Select the IAP6Helper folder from the Source Directory, and click Finish.
From Project Explorer, click Open Module Settings or press F4 → Dependencies tab.
Select your app module, and click + → Module Dependency from Declared Dependencies.
Select the IAP6Helper module, and click OK.
Add these permissions to AndroidManifest.xml:
com.samsung.android.iap.permission.BILLING
android.permission.INTERNET
<uses-permission android:name="com.samsung.android.iap.permission.BILLING"/> <uses-permission android:name="android.permission.INTERNET"/>
During IAP integration, you may need to test IAP features. Samsung IAP needs information about your app and in-app items registered in Seller Portal.
With the com.samsung.android.iap.permission.BILLING permission added to your app’s AndroidManifest.xml file, you can register an incomplete app and one or more in-app items.
Sign in to Seller Portal using your Samsung account.
Click Add New App
Click Android, select the default language, and click Next.
In the Binary tab, upload your app APK.
In the App Information tab, enter fundamental app details.
In the Country / Region & Price tab, specify a free or paid app, a paid app price, and countries to sell your items.
In the In App Purchase tab, register one or more in-app items:
a. Click Add Item
b. Enter in-app item information.
c. Click Save.
d. Verify the item is listed
e. When you add a new item, by default, it is inactive (not visible in Galaxy Store). To enable consumers to purchase the item, select it and click Activate.
For more app registration details, see the App Registration Guide.
For more in-app item registration details, see the Item Registration Guide.