Skip to main content

Welcome to DeployGate Developer Tools

DeployGate offers tools to easily upload apps under development and SDKs for use within apps.


Command-line Tools​

Please use dg command-line tools when using DeployGate with macOS or Linux. Without adjusting any settings, you can use a single command to perform common tasks, including building and uploading apps to be distributed and adding UDIDs to the provisioning profile, the latter of which is required for iOS.

DeployGate SDK​

Adding DeployGate SDK to an app allows you to view app launches live and to obtain crash logs and other information necessary for debugging. You can also view information about the distribution page, its installation, and logged-in DeployGate accounts from within the app.

Gradle Plugin​

The Gradle plugin is useful for uploading Android apps to DeployGate.

fastlane​

If using fastlane to build iOS apps, you can use the deploygate action to upload apps.

Steps to Create IPA Files using Xcode​

Please visit the following page for information on how to manually create an iOS app’s IPA file using Xcode.