|
|
1
41
|
|
|
2
40
文件建议使用
CFUUIDCreate
下面是您如何在应用程序中生成唯一id的方法
请注意,必须将UUIString保存在用户默认值或其他位置,因为无法再次生成相同的UUIString。 在iOS 6中,他们引入了 NSUUID Class 设计用于创建UUID字符串的
在iOS 6中也可以使用 ASIdentifierManager 从AdSupport.framework初始化。给你
The advertisingIdentifier and identifierForVendor return "00000000-0000-0000-0000-000000000000" |
|
|
3
18
你可以使用Mac地址
使用:
|
|
|
4
5
使用以下命令:
|
|
|
5
4
在IOS 5中
在这里可以找到许多有用的信息: iOS6 UDID - What advantages does identifierForVendor have over identifierForAdvertising? |
|
6
-10
在这里,我们可以使用Asp.net C#代码找到IOS设备的mac地址。。。.aspx.cs
.class文件
|