-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New iOS Devices with 25 digit Udid is not supported #59
Comments
@metalimangal - please share the class where you see the below: Also, share what version of ATD are you using |
This has been fixed! Can you please tell the ATD version? |
Hi, This issue has been observed in 11.0.1 version of ATD. I have seen this in IOSDeviceConfiguration.java, also, IOS_UDID_LENGTH was being used for iOS and Android device validation in other files i.e. DeviceByHost.java, DesiredCapabilityBuilder.java and AndroidDeviceConfiguration.java |
That is exactly what my topic is about: AppiumTestDistribution/AppiumTestDistribution#657 No one fix it and it still doesn't work. |
@chuklov @metalimangal Can you please run this test with real device running iOS 12 and iOS 13 https://github.com/AppiumTestDistribution/DeviceManager/blob/master/src/test/java/com/github/device/IOSDeviceTest.java |
Please try with version
|
The new iOS Udid has 24 characters in udid, which is different from the 40 digits udid in previous iOS Phones.
Verified in the ATD code, where we have only public final static int IOS_UDID_LENGTH = 40; as the ios udid variable mentioned for adding the iOS device, which doesn't run automation in the current iOS device.
The text was updated successfully, but these errors were encountered: