How to check device id of iPhone simulator?

前端 未结 8 1252
耶瑟儿~
耶瑟儿~ 2020-12-24 05:16

I want to check device id for my iPhone simulator application. But not using codebase. I know the way how to do with codebase, using UIDevice instance.

Is there any

8条回答
  •  时光说笑
    2020-12-24 06:12

    You can also retrieve the same UDID, labeled as "Identifier". In the Xcode Window menu, select Devices and Simulators: then select the Simulators tab:

提交回复
热议问题