How to get the model of iPhone from code. (e.g. MC143C)

前端 未结 3 1191
梦谈多话
梦谈多话 2021-01-07 11:17

I need to get the iPhone model number from code. I can see the model number from my iPhone which is \"MC143C\", but when I am retrieving this by using code it is returning \

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-07 11:37

    As usual, if some info cannot be found in the doc, it uses a private API.

    In this case, Preferences.app uses IAP.framework to get the info.

提交回复
热议问题