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.
我正在开发应用程序,想知道是否有任何方法可以从应用程序内访问设备的 UDID。原因是应用程序将数据发送到 SQL 数据库,我想知道是哪个设备发送数据。
编辑:我刚刚读到苹果已经禁止这种做法。有替代方案吗?
您应该+[UIDevice identifierForVendor]从 iOS 6.0 开始使用。它为来自同一供应商的所有应用程序提供了唯一标识符(前提是用户没有卸载所有应用程序)。
+[UIDevice identifierForVendor]