Contents

deviceID

The device’s unique stable identifier.

Declaration

let deviceID: String

Discussion

The max length is 64 UTF-8 characters. UUID strings are permitted. Ensure the identifier:

  • Isn’t empty, and less than or equal to 64 characters.

  • Uses only alphanumeric, space, hyphen, and apostrophe characters.

  • Starts and ends with an alphanumeric character.

See Also

Getting the device information