Ask HN: iPhone apps: same user id across apps?
I am not an app developer and tried to find an answer for this online without much success.
When storing information about users, would two autonomous apps identify the user by the same id in each respective database?
I install app_1 in my iPhone, how is my user id created in app_1's user db?
Then I install app_2, would the iPhone use the same user id?
Or does the user id completely depends on how it was programmed on each app?
What if those apps use social networks to allow me to sign-in? and I use facebook in both?
2 comments
[ 3.0 ms ] story [ 19.3 ms ] threadThis quickly got abused for tracking so a few years ago Apple changed the way it worked. Now the ID is specific to that install of the application. Different apps get different IDs and if you delete an app and redownload it that app will see a different ID.
I don't know if games can find out your GameCenter ID.
If you sign into Facebook, you've now told that app who you are. They could compare notes with other apps to see if the same Facebook IDs have been used and tie you together that way.