I would like to know if it is possible, and if it’s ok with apple if my app will use the iPhone’s GUID with my server, as I don’t want to nag my users for User/Passwords …
Thanks !
I would like to know if it is possible, and if it’s ok with
Share
Apple is crazy about privacy and UDID still allows to differentiate devices etc so I suggest to calculate some hash for example md5 and only afterward to pass it to the server. Such approach will guaranty privacy to your users even if your DB will be compromised.