I'm using the below code to get the device name
NSString* code = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding];
Which gives the result as follows and mapped to devices
@"iPhone9,1" :@"iPhone 7",
@"iPhone9,3" :@"iPhone 7",
@"iPhone9,2" :@"iPhone 7 Plus",
@"iPhone9,4" :@"iPhone 7 Plus",
Do we have the new device code for the new devices that are released (iPhone 8, iPhone 8 Plus and iPhone X)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…