Hi,
I used the following technique to find the UDID from the device end.
- Go to settings for your Mobile device -> About Phone -> Build Number -> Tap 7 times to enable Developer options.
- Go to Developer options, under Debugging -> Make sure to enable USB debugging ON.
Now connect your mobile device (using usb cable) to your PC. - Open Command Prompt and type below command -> adb devices
- It shows the list of the devices attached along with the device ID.
But, when I look in the portal, I see something different.