Devices & OS Versions

Effortlessly run your app on a diverse range of devices and operating systems

Appetize strive to support a healthy mixture of Android emulators and iOS simulators in order for you to get the most out of our product.

We understand that every business has unique needs and that's why we also offer customized configurations and devices through our Private Cloud offerings. Contact us to learn more.

Supported Devices

If possible, we recommend indicating only the major version of an Operating System e.g. 17 instead of 17.2, this way, if a newer version is released e.g. 17.3, no updates is required to the app or embed pages.

DeviceDevice IdentifierOperating System Versions

iOS

iPhone 8

iphone8

15.5, 16.2

iPhone 8 Plus

iphone8plus

15.5, 16.2

iPhone 11 Pro

iphone11pro

15.5, 16.2, 17.2, 18.0

iPhone 12

iphone12

15.5, 16.2, 17.2, 18.0

iPhone 13 Pro

iphone13pro

15.5, 16.2, 17.2, 18.0

iPhone 13 Pro Max

iphone13promax

15.5, 16.2, 17.2, 18.0

iPhone 14 Pro

iphone14pro

16.2, 17.2, 18.0

iPhone 14 Pro Max

iphone14promax

16.2, 17.2, 18.0

iPhone 15 Pro

iphone15pro

17.2, 18.0

iPhone 15 Pro Max

iphone15promax

17.2, 18.0

iPhone 16 Pro

iphone16pro

18.0

iPhone 16 Pro Max

iphone16promax

18.0

iPad Air

ipadair4thgeneration

15.5, 16.2, 17.2, 18.0

iPad Pro 12.9"

ipadpro129inch5thgeneration

15.5, 16.2, 17.2, 18.0

iPad

ipad9thgeneration

15.5, 16.2, 17.2

iPad Mini

ipadmini6thgeneration

18.0

Android

Nexus 5

nexus5

8.1, 9.0, 10.0, 11.0

Pixel 4

pixel4

10.0, 11.0, 12.0

Pixel 4 XL

pixel4xl

10.0, 11.0, 12.0

Pixel 6

pixel6

12.0, 13.0, 14.0

Pixel 6 Pro

pixel6pro

12.0, 13.0, 14.0

Pixel 7

pixel7

13.0, 14.0

Pixel 7 Pro

pixel7pro

13.0, 14.0

Pixel 8

pixel8

14.0

Pixel 8 Pro

pixel8pro

14.0

Galaxy Tab S7

galaxytabs7

10.0, 11.0, 12.0, 13.0

For devices utilizing a PIN/Lock Screen, our default PIN code is set to 1111 for seamless access and testing.

A dynamic, up-to-date list of all the devices and operating systems we support can be retrieved via our REST API

Devices & OS Versions

Usage

Usage in our JavaScript SDK or query parameters require the device identifier e.g. iphone8plus or ipadair4thgeneration

With Query Parameters

Set the device type and Operating System version by adding the device and/or osVersion query parameter to your app or embed URL.

&device=pixel4&osVersion=12.0

See Query Params Reference for more information.

With JavaScript SDK

Set the device type and Operating System version by adding the device and/or osVersion properties during configuration.

await client.setConfig({
    device: 'pixel4',
    osVersion: '12.0'
})

See Configuration for more information.

Last updated