UUIDManager

public class UUIDManager

Undocumented

  • The unique identifier for this user. The unique identifier if one has been generated. nil otherwise.

    Declaration

    Swift

    public static var deviceID: String { get }
  • Undocumented

    Declaration

    Swift

    static func fetchExistingKey() -> (key: String, value: String)?
  • Undocumented

    Declaration

    Swift

    public class func regenerateUUID()
  • Creates new UUID key and save it to Keychain

    Declaration

    Swift

    class func registerNewUUID() -> String