Automation Guide
Application testing
Mobile testing
Testing in the cloud
TestArchitect and Remote TestKit
Testing web based-applications on Safari iOS
Prerequisites
The requested page is not available for selected version.
Locating iOS device ID using Xcode
iOS device ID, or UDID, of the rented iOS device is required to start Appium locally.
Ensure that the following requirements are met:
- Rent an iOS device in the Remote TestKit service, and enable Xcode Connector. (Learn more.)
- Xcode detected the iOS device.
For the device identifier, perform the following steps:
Open Xcode, and then click Devices from the Window menu.
Select Connected device.
Under Device Information, you will get an identifier, or UDID, of the device.
Remember:This UDID is necessary when configuring Appium server locally, and defining desired capabilities for the assign cloud device built-in action. (Learn more.)