Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开发客户端/服务器(TVML/TVJS)时,我想将唯一标识符传递给我的服务器,作为在多原则数据库中使用的密钥。
我可以访问任何识别信息吗?我检查过UIKit -> UIDevice,但它不包含任何独特的属性。
UIKit -> UIDevice
谢谢
您可能可以使用 UIDevice 的 identifierForVendor:
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor