SwiftSDK icon indicating copy to clipboard operation
SwiftSDK copied to clipboard

Is there a reason why `hashedDefaultUser` doesn't hash the "default" user that TelemetryDeck uses

Open bvirlet opened this issue 5 months ago • 0 comments

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!

bvirlet avatar Oct 04 '24 12:10 bvirlet