I know there is no way to absolutely prevent a person from creating multiple accounts, but I’d like to at least make it a bit difficult. I’m looking for suggestions.
Is it possible to detect the phone number (or other unique device identification) and record this in a new user’s database record? And then to check whether that ID is already in use?
I know I can ask users for their phone number, but I’d like to automatically detect it.
If not, does anyone have any thoughts on how to prevent multiple accounts? One of my app’s functions will be polling, and I’m looking for ways to prevent anyone from voting multiple times using different accounts.
This component doesn’t work that way, it only detects if it was “ios” “android” “web”, but i could help you with something maybe getting phone’s model or even wifi IP and depending on that you can prevent creating multiple accounts.