您好,欢迎来到外链网!
当前位置:外链网 » 站长资讯 » 专业问答 » 文章详细 订阅RssFeed

手机设备序列码,荣耀手机设备序列码

来源:互联网 浏览:30次 时间:2023-04-08

For an in-house application, we were using the following code UIDevice+serialNumber to get the device serial number.

However, it seems that with iOS 8, the registry key "IOPlatformSerialNumber" is empty.

Can the serial number be obtained any other way?

Answer: 羞涩的滑板/p>

There are currently floating solutions around abusing the .mobileconfig, but they add other problems due their nature.

http://arstechnica.com/apple/2011/04/apple-google-asked-to-join-judiciary-hearing-on-mobile-device-privacy/

Abusing the underlying march port to get the device serial number as replacement of the UUID is not the solution. Same now for abusing the mobile config and guess how long that will work.

You have plenty of decent ways to handle any situation where you used device identification before. Especial in an enterprise environment where you have cryptography and MDM is absolutely no point to track a device like this.

14112479