有没有手持 iPhone 6S/6S Plus 的小伙伴,麻烦说下它们的 product type 是多少~
在 GitHub 上搜了下,有 2 个版本的答案:
答案 1 :
@"iPhone8,2" -> @"iPhone 6S"
@"iPhone8,1" -> @"iPhone 6S Plus"
答案 2 :
@"iPhone8,2" -> @"iPhone 6S Plus"
@"iPhone8,1" -> @"iPhone 6S"
小屌丝木有真机~
补充下,之前 6/6 Plus 的 product type 是这样的:
@"iPhone7,2" -> @"iPhone 6"
@"iPhone7,1" -> @"iPhone 6 Plus"
所以感觉好像答案 1 靠谱些~