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

Machine Fingerprint for non desktop applications #4

Open
FlorianStasse opened this issue Nov 4, 2024 · 0 comments · May be fixed by #6
Open

Machine Fingerprint for non desktop applications #4

FlorianStasse opened this issue Nov 4, 2024 · 0 comments · May be fixed by #6
Labels
bug Something isn't working

Comments

@FlorianStasse
Copy link

The current method for finding a machine fingerprint is using the machine_uid crate.

The issue is that this is not compatible with Android or iOS. How would it be possible to register a custom function that the plugin would call when needing a machine fingerprint ?

I created my custom plugin that uses machine_uid for desktop apps and use Kotlin code to get the uid on Android, and I would like to call this function instead of machine_state.get_fingerprint() ?

@ahonn ahonn added the bug Something isn't working label Nov 12, 2024
@ahonn ahonn linked a pull request Feb 27, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants