DeviceCloud
Console UIMaestro DocsDiscord
  • Welcome to DeviceCloud
  • Getting Started
    • Quick Start
    • API Keys
    • Executing Flows
    • Limits
    • Upgrade Guide
    • Device Configuration
  • CI/CD Integration
    • Overview
    • GitHub Actions
    • BitRise
    • Any CI
    • Status API
  • Reference
    • Test Execution
    • App Management
    • Environment Variables
    • Device Orientation
    • Device Locale
    • Async Execution
    • Retry Strategies
    • Report Formats
    • Download Artifacts
    • Quiet Mode
    • Maestro Versions
    • Test Run Name
    • Google Play APIs
    • Email Notifications
    • Exit Codes
    • Runner Type
  • Infrastructure & Security
    • IP Addresses
    • Security Overview
    • IT Security Policies
    • Enterprise SSO
  • Legal
    • Service Level Agreements
    • Open Source Notices
    • Privacy Policy
    • Terms and Conditions
    • Refund Policy
Powered by GitBook
On this page
  • Default Devices
  • Android API Levels
  • Android Devices
  • iOS Versions
  • iOS Devices

Was this helpful?

Edit on GitHub
  1. Getting Started

Device Configuration

PreviousUpgrade GuideNextOverview

Last updated 3 months ago

Was this helpful?

Default Devices

If you don't specify a device or OS version, then you will be allocated the default device image:

Android: Pixel 7 (API level 34)

iOS: iPhone 14 (iOS 17.2)

Android API Levels

dcd will default to API level 34 unless you pass the --android-api-level flag:

dcd cloud --android-api-level 35 app.apk test.yaml
Android Version
API Level

Android 15

35

Android 14

34

Android 13

33

Android 12L

32

Android 12

31

Android 11

30

Android 10

29

Need Google Play? See

Android Devices

dcd will default to Pixel 7 unless you pass the --android-device flag:

dcd cloud --android-device pixel-7 app.apk test.yaml
id
Name
Dimensions
Valid Android API Levels

pixel-6

Pixel 6

1080 x 2400

29, 30, 31, 32, 33, 34, 35

pixel-6-pro

Pixel 6 Pro

1440 x 3120

33, 34, 35

pixel-7

Pixel 7

1080 x 2340

33, 34, 35

pixel-7-pro

Pixel 7 Pro

1440 x 3120

33, 34, 35

generic-tablet

1440 x 2560

33, 34, 35

iOS Versions

dcd will default to iOS 17.2 unless you pass the --ios-version flag:

dcd cloud --ios-version 15 app.zip test.yaml
id
Version

16

16.4

17

17.2

18

18.2

iOS Devices

dcd will default to iPhone 14 unless you pass the --ios-device flag:

dcd cloud --ios-device ipad-pro-6th-gen app.zip test.yaml
id
Name
Dimensions
Valid iOS versions

iphone-14

iPhone 14

1170 x 2532

16, 17, 18

iphone-14-plus

iPhone 14 Plus

1284 x 2778

16, 17, 18

iphone-14-pro

iPhone 14 Pro

1179 x 2556

16, 17, 18

iphone-14-pro-max

iPhone 14 Pro Max

1290 x 2796

16, 17, 18

iphone-15

iPhone 15

1170 x 2532

17, 18

iphone-15-plus

iPhone 15 Plus

1284 x 2778

17, 18

iphone-15-pro

iPhone 15 Pro

1179 x 2556

17, 18

iphone-15-pro-max

iPhone 15 Pro Max

1290 x 2796

17, 18

iphone-16

iPhone 16

1170 x 2532

18

iphone-16-plus

iPhone 16 Plus

1284 x 2778

18

iphone-16-pro

iPhone 16 Pro

1179 x 2556

18

iphone-16-pro-max

iPhone 16 Pro Max

1290 x 2796

18

ipad-pro-6th-gen

iPad Pro (6th Generation)

2732 x 2048

16, 17, 18

Feel free to request more devices via Discord.

Generic Tablet (Note: starts in landscape by default, use =90 for portrait)

google-play-apis.md
orientation