identifierfor
identifierForVendor, commonly referred to as the identifierForVendor (IDFV) for short, is a per-device identifier provided by Apple’s platforms to help apps identify a device to vendors. The value is associated with the vendor of the app suite, not with a single app.
How it works: The identifierForVendor is the same for all apps from the same vendor on a
Usage: In Swift, you access it via UIDevice.current.identifierForVendor?.uuidString. In Objective-C, [[[UIDevice currentDevice] identifierForVendor] UUIDString]. The result
Privacy and limitations: The identifierForVendor is not intended for long-term cross-device or cross-vendor tracking. It is