iOS: UDID is upper case -


i know ios device udid , case-sensitive. have query, client sent me upper case in udid characters. have never seen upper case letters in udid's. don't find document says udid can have upper case letters consists. need create right build them. advise, should ask client now? can't them, udid incorrect. can ask them make sure case-sensitive , send me back? also, can udid have upper , lower case combination in letters?

thank you!

you can convert lowercase safely.

udids the output of sha1 function, , represented typical string of hexadecimal characters. don't need worry "a" meaning different "a", it's different formatting same values. change capitalization format desire (lowercase, in case), , not worry it, unless have other reason believe client sent wrong thing (wrong length, , characters other 0-9, a-f/a-f both warrant raised eyebrow).


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -