You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() ?
The text was updated successfully, but these errors were encountered:
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() ?
The text was updated successfully, but these errors were encountered: