How to check device id of iPhone simulator?

2019-03-10 18:59发布

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 way to find device id without using codebase?

7条回答
混吃等死
2楼-- · 2019-03-10 19:50

You can visually review the value in the simulator by navigating to home/Settings/General/About/Serial Number which is the same as your desktop machine. You can verify this by navigating to Apple/About This Mac and clicking the OS version number under OS X (the display will change to indicate your UDID - you may need to click it twice).

查看更多
登录 后发表回答