-1

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

我可以访问任何识别信息吗?我检查过UIKit -> UIDevice,但它不包含任何独特的属性。

谢谢

4

1 回答 1

3

您可能可以使用 UIDevice 的 identifierForVendor:

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

于 2016-01-03T05:02:56.820 回答