Как мы можем получить 2 UUID для одного и того же устройства для одного и того же приложения iOS без удаления или переус ⇐ IOS
-
Anonymous
Как мы можем получить 2 UUID для одного и того же устройства для одного и того же приложения iOS без удаления или переус
We have observed the wired observation. We are generating UUID from below API
guard let identifierForVendor = UIDevice.current.identifierForVendor else { return "" } after generating we are storing in Keychain and Coredata while retrieving the UUID 2nd time we are getting from coredata. for few scenarion we have observed that 2 different UUID for the same Device. Can any one have face this issue or observed such kind of behaviour in iOS.
Источник: https://stackoverflow.com/questions/781 ... or-re-inst
We have observed the wired observation. We are generating UUID from below API
guard let identifierForVendor = UIDevice.current.identifierForVendor else { return "" } after generating we are storing in Keychain and Coredata while retrieving the UUID 2nd time we are getting from coredata. for few scenarion we have observed that 2 different UUID for the same Device. Can any one have face this issue or observed such kind of behaviour in iOS.
Источник: https://stackoverflow.com/questions/781 ... or-re-inst
Мобильная версия