Add New Binary

Add a new binary to an app.

Request

POST /seller/v2/content/binary
Name

Type

In

Description

contentId

string

body

Required. The unique 12-digit identifier of the app.

filekey

string

body

Required. The fileKey associated with the uploaded file. In a request, you must create a session ID and then upload the file to obtain the fileKey.

gms

string

body

Whether or not the app provides the user with any Google™ services (such as Google Maps™, Gmail™, and Talk).

Y: The app provides one or more Google services.
N: The app does not provide any Google services.

The distribution of an app that provides the user with any Google services is prohibited in some countries (such as China) and is automatically enforced by Seller Portal. When registering a new version of a binary file, this setting can be changed, if needed.

binarySeqForDeviceInfo

string

body

For setting device group mapping information. The binarySeq number of a previously registered binary from which to map device groups. When set, the device group from this binary is applied to the new binary and no other device groups may be added to the new binary.

curl -i -X POST \
  -d" {"contentId": "000008084686", "gms": "N", "filekey": "5c6a365c-9713-4509-bc77-4b295a5a1d8c", "binarySeqForDeviceInfo": "1"} \
  "https://devapi.samsungapps.com/seller/v2/content/binary"

Response

Success

{
   "resultCode": "0000",
   "resultMessage": "Ok"
}

See Failure response codes for a list of possible response codes when a request fails.