You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/device-passcode-appautomation.md
+45-21Lines changed: 45 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
id: device-passcode-appautomation
3
-
title: Device Passcode in App Automation on Real iOS Devices
3
+
title: Device Passcode in App Automation on Real Devices
4
4
sidebar_label: Device Passcode
5
5
description: Run automated tests on iOS apps that require a device passcode during execution on real devices.
6
6
keywords:
@@ -52,7 +52,7 @@ import TabItem from '@theme/TabItem';
52
52
53
53
For certain use cases, you may need to perform tests on devices that are **passcode-protected**. Apps handling sensitive data (for example, **banking apps**, **enterprise apps**, or apps distributed through **MDM**) often enforce device passcodes for enhanced security.
54
54
55
-
LambdaTest’s **Device Passcode in Automation** enables you to run such automated tests seamlessly on real iOS devices.
55
+
LambdaTest’s **Device Passcode in Automation** enables you to run such automated tests seamlessly on real devices.
56
56
57
57
---
58
58
@@ -66,28 +66,39 @@ LambdaTest’s **Device Passcode in Automation** enables you to run such automat
66
66
67
67
## Supported Devices
68
68
69
-
Currently, the Device Passcode feature in **App Automation** is enabled on the following iOS real devices:
69
+
### iOS Devices
70
70
71
71
| Device Model | iOS Version |
72
72
|-----------------------|-------------|
73
-
| iPhone 16 | 18 |
74
-
| iPhone 16 Pro | 18 |
75
-
| iPad Air 11 (2024) | 18 |
76
-
| iPhone 15 | 17 |
77
-
| iPhone 14 | 16 |
78
-
| iPhone 13 | 15 |
79
-
80
-
> We are actively working on expanding coverage to **all supported iOS devices** on LambdaTest Real Device Cloud.
73
+
| iPhone 16 | 18 |
74
+
| iPhone 16 Pro | 18 |
75
+
| iPhone 15 | 17 |
76
+
| iPhone 14 | 16 |
77
+
| iPhone 13 | 15 |
78
+
| iPad Air 11 (2024) | 18 |
79
+
80
+
> We are actively working on expanding coverage to all supported iOS devices on LambdaTest Real Device Cloud.
81
+
81
82
---
82
83
84
+
### Android Devices
85
+
Available on **all real devices** running on **version 11 and above**.
86
+
87
+
## Default Passcode
88
+
-**iOS:**`123456`
89
+
-**Android:**`1234`
90
+
91
+
83
92
## Capability to Enable Passcode
84
93
85
-
Use the `enablePasscode` capability to enable passcode-protected devices for automation testing.
94
+
Use the `enablePasscode` capability to configure passcode-protected devices during automation testing.
|**enablePasscode**| Boolean |`false`| Enable passcode devices for running tests. Use `true` to start the session with a system passcode configured (default passcode: `123456`). |
Copy file name to clipboardExpand all lines: docs/device-passcode-on-realdevice.md
+27-21Lines changed: 27 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
id: device-passcode-on-realdevice
3
-
title: Device Passcode on Real iOS Devices
3
+
title: Device Passcode on Real Devices
4
4
sidebar_label: Device Passcode
5
5
description: Enable and test iOS app flows that require a device passcode during manual sessions on real iPhones and iPads.
6
6
keywords:
@@ -63,42 +63,48 @@ This is especially useful for apps in **Banking/Finance**, **Enterprise**, or th
63
63
64
64
## Supported Devices
65
65
66
-
Currently, the Device Passcode feature in **App Automation** is enabled on the following iOS real devices:
66
+
### iOS Devices
67
67
68
68
| Device Model | iOS Version |
69
69
|-----------------------|-------------|
70
-
| iPhone 16 | 18 |
71
-
| iPhone 16 Pro | 18 |
72
-
|iPad Air 11 (2024)| 18|
73
-
| iPhone 15|17 |
74
-
| iPhone 14|16 |
75
-
|iPhone 13 | 15 |
70
+
| iPhone 16 | 18 |
71
+
| iPhone 16 Pro | 18 |
72
+
|iPhone 15 | 17|
73
+
| iPhone 14|16|
74
+
| iPhone 13|15|
75
+
|iPad Air 11 (2024)| 18|
76
76
77
-
> We are actively working on expanding coverage to **all supported iOS devices** on LambdaTest Real Device Cloud.
78
-
> Support for Android devices with passcode testing is **Coming Soon**.
77
+
> We are actively working on expanding coverage to all supported iOS devices on LambdaTest Real Device Cloud.
79
78
80
-
## Default Passcode
79
+
---
81
80
82
-
- The default passcode for LambdaTest iOS real devices is **123456**.
83
-
- Use your system keyboard to input this passcode when prompted during testing.
81
+
### Android Devices
82
+
Available on **all real devices** running on **version 11 and above**.
84
83
85
-
## Accessing Device Passcode in Manual Testing
86
84
87
-
**Step 1:** On the App Testing Dashboard, click on **Advanced Settings** and enable the **Device Passcode** filter. This will refine the device list to show only those devices where the passcode feature is available.
**Step 2:**Start a manual testing session on a real iOS device.
91
+
**Step 1:**(**iOS only**) On the App Testing Dashboard, click **Advanced Settings** and enable the **Device Passcode** filter. This will refine the iOS device list to show only those with passcode support.
92
92
93
-
**Step 3:** From the session toolbar, open the **iOS Settings** panel and toggle **Passcode** on. Once enabled, the device will take **20–25 seconds** to complete the passcode setup. Please wait for confirmation.
0 commit comments