标签:info nbsp ring eid str 设备 let 版本 bundle
let infoDictionary = Bundle.main.infoDictionary!
let appversion = infoDictionary["CFBundleShortVersionString"] as! String //获取app的版本号
let deviceId = UIDevice.current.identifierForVendor?.description ?? "" //可以作为标识设备的唯一编号
标签:info nbsp ring eid str 设备 let 版本 bundle
原文地址:https://www.cnblogs.com/rchao/p/11739872.html