If you are using fastlane to build your app, you can upload your app with deploygate action. deploygate( api_token: 'API Key', # Alternatively, environment variable DEPLOYGATE_API_TOKEN can be specified user: 'Username OR Organization Name', # Alternatively, environment variable DEPLOYGATE_USER can be specified message: "Fastlane build #{lane_context[SharedValues::BUILD_NUMBER]}", )