已本地化的 Apple 产品名称。
注意:要使用软件包中包含的本地化,使用该软件包的应用程序必须支持此本地化。
Swift
UIDevice.current.localizedProductName
Objective-C
[UIDevice currentDevice].localizedProductName;
Swift
UIDevice.current.productName
Objective-C
[UIDevice currentDevice].productName;