我可以在 TVOS 中的任何地方使用唯一标识符吗?

Is there a Unique Identifier anywhere in TVOS I can use?

在开发 client/server (TVML/TVJS) 时,我想将一个唯一标识符传递到我的服务器,作为在多原则数据库中使用的密钥。

是否有任何我可以访问的身份信息?我检查了 UIKit -> UIDevice 但它不包含任何唯一 属性.

谢谢

您或许可以使用 UIDevice 的 identifierForVendor:

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor