Device-unique data on iOS
  • 23 Oct 2024
  • 1 Minute to read
  • Dark
    Light

Device-unique data on iOS

  • Dark
    Light

Article summary

iOS devices use the identifierForVendor data, which is retrieved on the first application launch and stored encrypted in the iOS device keychain. This identifierForVendor data is then encrypted before being used as the device-unique data. Keychain data is protected using a class structure similar to the one used in file data protection. These classes, however, use different keys and are part of other APIs.

The keychain used by the Mobile Authenticator Studio application uses the NSFileProtectionComplete class.

The random data is set in the keychain with the kSecAttrAccessibleWhenUnlockedThisDeviceOnly attribute.

For more information, refer to https://developer.apple.com/documentation/security/keychain_services.

On iOS, if two versions of Mobile Authenticator Studio do not use the same Bundle Seed ID, they will not share the device-unique data. Keychain access can be restricted to the application or a group of applications on iOS. The Mobile Authenticator Studio application using the same Bundle Seed ID will be part of the same group and shares the same device-unique data.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, our interactive help assistant