0

我想知道每台设备的一个唯一 ID,但不知道一台设备中的每个应用程序。我正在构建一个我想使用此设备 ID 的框架。

4

2 回答 2

1

从 iOS 设备获取 UUID 并将其发送到服务器

let uuid = NSUUID().UUIDString.lowercaseString
print(uuid)

希望这可以帮助 !!!

于 2018-07-31T08:19:22.713 回答
0

Just create a unique number by yourself and then store it in the device keychain.

于 2018-07-31T08:26:44.337 回答