if ([[UIDevice currentDevice] respondsToSelector:@selector(identifierForVendor)]) {
return [[[UIDevice currentDevice] identifierForVendor] UUIDString];
}
这会改变吗?我原本想使用 MAC 地址,但显然 7+ 并没有返回它。我从我正在开发的开发应用程序中调用了它,并读到它是使用捆绑 ID 计算的。
发布应用商店后,这会永远保持一致吗?