`UIDevice` 上的 "identifierForVendor" 在 iCloud 备份恢复之间是否保持不变?
Does "identifierForVendor" on `UIDevice` stay the same between iCloud backup restores?
我们正在尝试解决一个问题,即我们需要检测 "device" 从我们的应用程序的角度来看实际上是不同的。
我想知道这是否已保存到 iCloud 和 iTunes 备份, 或者是否在设备更换时重新生成?
identifierForVendor
仅在您 Uninstall
应用程序时更改。一旦你安装了应用程序,那么 identifierForVendor
将与你执行的任何任务一样 update your application
或者你将它备份到 icloud
或恢复它,直到你删除它。如果您删除并重新安装该应用程序,则 `identifierForVendor 将会不同!
我们正在尝试解决一个问题,即我们需要检测 "device" 从我们的应用程序的角度来看实际上是不同的。
我想知道这是否已保存到 iCloud 和 iTunes 备份, 或者是否在设备更换时重新生成?
identifierForVendor
仅在您 Uninstall
应用程序时更改。一旦你安装了应用程序,那么 identifierForVendor
将与你执行的任何任务一样 update your application
或者你将它备份到 icloud
或恢复它,直到你删除它。如果您删除并重新安装该应用程序,则 `identifierForVendor 将会不同!