Modify Binary

Modify the binary of an app.

Request

POST /seller/v2/content/binary
Name

Type

In

Description

contentId

string

body

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

binarySeq

string

body

Required when changing existing binary data. Copy the value from the contentInfo response. This value is not visible in Seller Portal.

gms

string

body

Required. 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.

curl -i -X POST \
  -d" {"contentId": "000008084686", "gms": "Y", "binarySeq": "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.