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.
可能重复: 不推荐使用 UIDevice uniqueIdentifier - 现在该怎么办?
我是 iOS 开发的新手,对如何跟踪用户感到困惑。我需要为服务器端的某些个性化功能识别独特的设备/用户。
我听说 UDID 不再受支持,那么执行此操作的认可方式是什么?还是我必须让新用户先注册?
[UIDevice currentDevice].identifierForVendor
这在给定设备上来自给定供应商的所有应用程序中都是相同的。