Deploy to DeployGate

DeployGate makes it easy to share your in-development iOS and Android apps, allowing developers to seamlessly progress through the prototyping, development, testing, and marketing stages of app distribution.

How to get an API key

  1. Register and log into DeployGate.

  2. Go to Account Settings.

3. Then, the profile page will open. You can find the API key at the end of the page.

Parameters

You can use the following parameters in the JSON recipe script for Monaca CI. For more information, please refer to DeployGate API documentation.

Param

Description

Remark

token

Your API key. If you are going to use the API for automated build in your organization, you can use the API key of the organization that is shown on the organization page to upload the app independent from the member/role management.

Stored in deploy service settings. Automatically populated.

file

App file binary

Automatically populated

message

[Optional] Push message

distribution_key

[Optional] Target Distribution Key

release_note

[Optional] Distribution message

disable_notify

[Optional](iOS only) If you set yes as a value, disable notify via email.

visibility

[Optional] Set a new application’s privacy setting by specifying private (default) or public. If you are using a Personal Free account, you have to specify it to public to upload a new app since it doesn’t have a slot for private app. No effect when updating.

Last updated