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.
我想知道每台设备的一个唯一 ID,但不知道一台设备中的每个应用程序。我正在构建一个我想使用此设备 ID 的框架。
从 iOS 设备获取 UUID 并将其发送到服务器
let uuid = NSUUID().UUIDString.lowercaseString print(uuid)
希望这可以帮助 !!!
Just create a unique number by yourself and then store it in the device keychain.