[{
"id": "test",
"name": "Test Application"
},{
"id": "appid",
"name": "appname for iOS/Android"
}]
{
"id": "test",
"name": "Test Application"
}
Possible parameters:
- id: simple id (alpha-numeric)
- name: display name
Response:
{
"id": "test",
"name": "Test Application"
}
Returns the .apk for android
Parameters:
- apk: the android apk file
- version: the string representation of current version
- releaseId: defaults to a default value
forwards to the correct itms-services://?action=download-manifest?url=...
url.
Parameters:
- ipa: the ipa file
- manifest: the manifest file
- version: the string representation of current version
Returns the feedback for given app
Post a feedback for the android app with given id
Parameters:
- feedback: The feedback text
Post a feedback for the ios app with given id
Parameters:
- feedback: The feedback text