From efd47aa06c30463da530be5f063da242b4ae54fe Mon Sep 17 00:00:00 2001 From: Shivam Kumar Date: Fri, 7 Aug 2026 17:50:06 +0530 Subject: [PATCH] Replace retired devices in the SDK sample browserstack.yml files Google Pixel 6 Pro is no longer offered on osVersion 12.0 (the fleet now carries only 15.0 / 15 Beta) and iPhone XS has been removed entirely, so sessions fail with BROWSERSTACK_INVALID_DEVICE before any test runs. android/testng-examples: Google Pixel 6 Pro 12.0 -> Google Pixel 7 13.0 ios/testng-examples: iPhone XS 14 -> iPhone 15 Pro 17 Both replacements are verified present in the live app-automate device list. Co-Authored-By: Claude Opus 5 (1M context) --- android/testng-examples/browserstack.yml | 4 ++-- ios/testng-examples/browserstack.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/testng-examples/browserstack.yml b/android/testng-examples/browserstack.yml index 8451886..449acaf 100644 --- a/android/testng-examples/browserstack.yml +++ b/android/testng-examples/browserstack.yml @@ -42,8 +42,8 @@ platforms: - deviceName: Samsung Galaxy S21 osVersion: 11.0 platformName: android - - deviceName: Google Pixel 6 Pro - osVersion: 12.0 + - deviceName: Google Pixel 7 + osVersion: 13.0 platformName: android # ======================= diff --git a/ios/testng-examples/browserstack.yml b/ios/testng-examples/browserstack.yml index e190462..c47b43b 100644 --- a/ios/testng-examples/browserstack.yml +++ b/ios/testng-examples/browserstack.yml @@ -42,8 +42,8 @@ platforms: - deviceName: iPhone 13 Pro osVersion: 15 platformName: ios - - deviceName: iPhone XS - osVersion: 14 + - deviceName: iPhone 15 Pro + osVersion: 17 platformName: ios # =======================