Is the iphones mac address static? Looking for a way to identify which user is online

◇◆丶佛笑我妖孽 提交于 2019-12-13 19:04:31

问题


I am building an app where I do not want a loginsystem. I still want to be able to know what user is sending information to my online database. As far as I know, the UDID is not allowed to upload to any servers, so that is out of the question. Can I use the iphones mac address for this? If it is dynamic, it will change from time to time, and I won't be able to track it.


回答1:


We use the MAC address as a unique identifier now the UDID has been deprecated.

MAC addresses are hardware based and therefore cannot be changed.



来源:https://stackoverflow.com/questions/12955111/is-the-iphones-mac-address-static-looking-for-a-way-to-identify-which-user-is-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!