Skip to content
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

Closed
metalimangal opened this issue Jun 8, 2020 · 7 comments
Closed

New iOS Devices with 25 digit Udid is not supported #59

metalimangal opened this issue Jun 8, 2020 · 7 comments

Comments

@metalimangal
Copy link

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.

@anandbagmar
Copy link

@metalimangal - please share the class where you see the below:
public final static int IOS_UDID_LENGTH = 40;

Also, share what version of ATD are you using

@saikrishna321
Copy link
Member

This has been fixed! Can you please tell the ATD version?

@metalimangal
Copy link
Author

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

@chuklov
Copy link

chuklov commented Jun 24, 2020

That is exactly what my topic is about: AppiumTestDistribution/AppiumTestDistribution#657

No one fix it and it still doesn't work.

@saikrishna321 saikrishna321 transferred this issue from AppiumTestDistribution/AppiumTestDistribution Jun 26, 2020
@saikrishna321
Copy link
Member

#48

@saikrishna321
Copy link
Member

saikrishna321 added a commit that referenced this issue Jun 26, 2020
@saikrishna321
Copy link
Member

@metalimangal @chuklov

Please try with version

   <repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.AppiumTestDistribution</groupId>
    <artifactId>AppiumTestDistribution</artifactId>
    <version> bef9b5ac70 </version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants