Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bvirlet opened this issue Oct 4, 2024 · 0 comments

Comments

@bvirlet
Copy link

bvirlet commented Oct 4, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant