Is the iPhone Simulator UDID unique for each installed instance?

后端 未结 4 1932
离开以前
离开以前 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:23

    Open terminal and type in system_profiler SPHardwareDataType - the output under Hardware UUID is the ID used for all instances of iOS simulator running on that specific computer.

提交回复
热议问题