SwiftSDK
SwiftSDK copied to clipboard
Is there a reason why `hashedDefaultUser` doesn't hash the "default" user that TelemetryDeck uses
TelemetryDeck uses the identifierForVendor
internally unless a default user is specified. However, the hashedDefaultUser
method provided below only returns a non-nil value if a default user is provided.
I'd like to just be able to get the hashed default user of the internal value, even without setting a default user with updateDefaultUser
.
Currently, I set the default user to identifierForVendor
as specified in the documentation here but it seems an unnecessary step to "make hashedDefaultUser
work".
Unless I'm missing something.
Thanks!