Differentiate between black and white iPhones?(黑白 iPhone 的区别?)
问题描述
我们可以用 uname 来区分 iphone 3GS 和 iphone 3GS 和iphone 4 对战iPod touch vs. iPod touchipad...
We can use uname to tell the difference between iphone 3GS v.s. iphone 4 v.s. ipod touch v.s. ipad...
但是我们如何区分白色和黑色 iphone?
But how can we tell the difference between white and black iphones?
我想以此为基础定制用户体验.
I would like to customize the user experience based on that.
谢谢.
推荐答案
iPhone 上的序列号为您提供了所有这些信息,您只需将颜色代码映射到颜色本身即可.
The serial number on the iPhone gives you all this info, you just need to map the code for colour to the colour itself.
iPhone SN 的典型格式如下:AABCCDDDEEF
Typical format of the iPhone SN is as follows: AABCCDDDEEF
AA = 工厂和机器 ID
B = 制造年份(9 是 2009/2019,0 是 2010/2020,1 是 2011 年等等)
CC = 生产周(01 是 B 的第 1 周,11 是 B 的第 11 周,依此类推)
DDD = 唯一标识符
EE = 彩色(A4=黑色)
F = 大小(S=16GB,T=32GB)
AA = Factory and Machine ID
B = Year of Manufacturing (9 is 2009/2019, 0 is 2010/2020, 1 is 2011 and so on)
CC = Production Week (01 is week 1 of B, 11 is week 11 of B and so on)
DDD = Unique Identifier
EE = Color (A4=black)
F = size (S=16GB, T=32GB)
更多信息:http://www.pressbyte.com/640/decode-iphone-硬件信息-序列号/
这篇关于黑白 iPhone 的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:黑白 iPhone 的区别?


基础教程推荐
- 如何使用 YouTube API V3? 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01