Are iOS device UDIDs case sensitive?

核能气质少年 提交于 2020-01-01 10:07:27

问题


This is about adding devices to the provisioning portal for ad-hoc testing. A client sent me a UDID with upper-case characters which I foolishly added without checking. Wireless deployment isn't working and I'm wondering whether this could be the cause, but I would like to check first before using up one of my 100 allocations.


回答1:


Yes, UDIDs are case sensitive.
You can go through all characters and turn them to a lower case character, if it's not a number.




回答2:


It is correct that iTunes lists the UDID in uppercase.

Be aware that in the 'Member center' you'll have to register the UDID in lowercase, otherwise the device will not be recognised. So copy-paste is not working for this!

When the device is recognized the model and type will be listed. When that is not the case the device will not be working in AdHoc mode.



来源:https://stackoverflow.com/questions/7864379/are-ios-device-udids-case-sensitive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!