Skip to main content
Uplink offers two ways to integrate mobile device automation into your workflow. Choose the option that best fits your use case.

SDK Integration

Integrate the Uplink SDK directly into your own mobile application. This option gives you full control over the app environment and is ideal when you need custom branding or app-specific functionality.

When to use SDK integration

Custom branding

You need the automation to run within your own branded app

App-specific features

Your automation requires access to custom app features or configurations

Internal tools

You’re building internal testing or automation tools

Full control

You want complete control over the mobile app environment

Getting started with SDK

Add the SDK to your mobile app’s build configuration and initialize it in your application code. Then control the app remotely using the JavaScript SDK.

SDK Installation

View the JavaScript SDK documentation

Connect App

Use Uplink’s pre-built Connect app for quick access to mobile automation. Users can join automation sessions by scanning a QR code or entering a session code.

When to use Connect app

Quick setup

You want to get started immediately without app development

Testing devices

You need to test on various devices without custom builds

Remote workers

Enable team members to provide their devices for testing

Flexible access

QR code / session code access is sufficient for your needs

Getting started with Connect

1

Install Connect app

Download the Connect app from the App Store (iOS) or Play Store (Android)
2

Create a session

Generate a session in your Uplink Console and get a QR code or session code
3

Connect device

Scan the QR code or enter the session code in the Connect app
4

Start automating

Use the JavaScript SDK to control the connected device

Comparison

FeatureSDK IntegrationConnect App
Setup timeRequires app developmentImmediate
Custom branding✓ Full control✗ Uplink branded
Device accessYour custom appPre-built app
DeploymentCustom distributionApp stores
Use caseProduction apps, internal toolsTesting, quick automation

Next steps

Ready to get started? Follow the quickstart guide to set up your first automation.

Quickstart Guide

Set up your first Uplink automation