Is the iPhone Simulator UDID unique for each installed instance?

后端 未结 4 1912
离开以前
离开以前 2021-02-04 16:44

i.e. does this call:

NSString *udid = [UIDevice currentDevice].uniqueIdentifier;

return always the same UDID when it is executed on the iPhone

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-04 17:29

    My UDID is reporting as 03B41D62-FB69-5B6D-A95E-473842F4DFE3 from the iPhone Simulator, so it looks like you're correct.

提交回复
热议问题