Skip to main content
Skip table of contents

settings/osx-signing-username

The username for the iOS app-signing server.

GET

Returns the username for the iOS signing server.

Example request

Request

CODE
curl -v -L -b c.txt -c c.txt -X GET \
  http://bc.qwe.com/mocana-app-control/rest/settings/osx-signing-username

POST

Sets the username for the iOS signing server.

Parameters

ParameterDescription
osx_signing_username 

The username for the signing account on the signing server. 

Example request

Request

CODE
curl -v -L -b c.txt -c c.txt -X \
  POST http://bc.qwe.com/mocana-app-control/rest/settings/osx-signing-username \
  -d osx_signing_username="signer"

Response

CODE
{
  "message": "",
  "settings": [{
    "code": "OPT_CODE_OSX_SIGNING_USERNAME",
    "string_data": "signer"
  }],
  "status": "OK"
}



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.