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
@@ -87,8 +88,7 @@ Currently, Apple Pay manual testing in App Live is supported on these iOS real d
87
88
Within the App Live session, you can use Apple Pay via the **Assistive Touch** option. Simply click on Apple Pay, and you will be prompted to enter the device passcode (default is `123456`). Once the passcode is entered, you can complete a payment through Apple Pay, simulating a real user transaction.
88
89
89
90
:::info
90
-
- If the **Wallet** is not set up on the device, the **Apple Pay** option will not appear through **Assistive Touch**. Please ensure Wallet is configured before attempting to access Apple Pay.
91
-
- Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session with the desired card.
91
+
- Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session and continue adding your desired card.
Copy file name to clipboardExpand all lines: docs/lambdatest-public-ip.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,15 +145,17 @@ Configure it as an **outbound** allow rule.
145
145
146
146
### Hostnames
147
147
148
-
| Hostname |
149
-
|----------|
148
+
| Hostname |
149
+
|----------------------------|
150
150
|`stun-us-2.lambdatest.com`|
151
151
|`stun-ap-2.lambdatest.com`|
152
152
|`stun-eu-2.lambdatest.com`|
153
153
|`stun-us-1.lambdatest.com`|
154
154
|`stun-as-1.lambdatest.com`|
155
155
|`stun-eu-1.lambdatest.com`|
156
156
157
+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
158
+
157
159
158
160
## Guacamole Servers {#guacamole-servers-ips}
159
161
@@ -185,6 +187,19 @@ Whitelist these IP addresses to allow WebSocket (WS/WSS) communication for devic
185
187
|`54.254.173.86`|
186
188
187
189
190
+
## SSE Connections {#sse-connections-ips}
191
+
192
+
Whitelist these domains to allow Server-Sent Events (SSE) streaming, which delivers real-time session, device, and test execution updates to your browser or client. Configure them as **outbound** allow rules.
193
+
194
+
| Hostname |
195
+
|---------------------------------|
196
+
|`kaneaivm-india.lambdatest.com`|
197
+
|`kaneaivm-us.lambdatest.com`|
198
+
|`device.lambdatest.com`|
199
+
200
+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
201
+
202
+
188
203
:::note
189
204
- If you prefer not to whitelist the product-specific public IP ranges listed below, consider using a **Dedicated Proxy**.
0 commit comments