mobile - How to identify device uniquely? -


firstly, know duplicates. we're not talking ios/android/kindofdevice-only, others & cookies not way want go.

so want bypass need of password or "binding" my service (which idea now) device used. e-mail , stuff needed of course, keep devices bundled.

what approaches be?

my thoughts far

  • my first idea using mac-adress, because heard they're unique. quick google told me that's not true.
  • on phones use phone number or imei, don't want restricted phones, should usable web, too.
  • i guess when talk web-solution, stuff more tricky because browsers won't let service go deep system , stuff?
  • of course guess there needs combination of 2 or more things. 2 not-so-unique things combine 99%-unique-thing?

i need how go on problem, direction, because if google terms "unique device identification" medicine-thing..

in project use

var secureudid = (uidevice.current.identifierforvendor?.uuidstring)! 

which - returns string created uuid, such “e621e1f8-c36c-495a-93fc-0c247a3e6e5f”. uuid - alphanumeric string uniquely identifies device app’s vendor.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -