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 的广告标识符字符串有哪些限制。我是否必须仅将其用于广告跟踪目的?我可以将广告标识符用于其他非广告目的吗?谢谢你 。
您可以使用以下代码。并且您需要添加名为 AdSupport 的框架,它仅适用于 iOS6 或更高版本。因此,如果您想将其用作设备的唯一代码。对于 IOS5 或之前的版本,您需要使用 uniqueDeviceIdentifier。
[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];