question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When would device id get changed on iOS?

See original GitHub issue

Question

What are the known cases were device id got from getUniqueId would be changed? ex: when app got removed and installed again? what other cases would there be?

I found some questions on SO but I could not find if the id would get changed while the app is already installed?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mikehardycommented, Oct 13, 2020

@BenjaminSAILcloud I would expect device IDs to only be stable for a while. They should be stable during a single installation of the app, but are subject to change if the app is removed and reinstalled. This is a good thing for your privacy and is the point of the API changes the vendors have put in

1reaction
mikehardycommented, Dec 19, 2019

I would not even hazard a guess, uniquely identifying specific devices is a dark art and generally discouraged so 🤷‍♂️ - but I’ll expose the APIs if possible 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

ios - Why did my unique device ID change? - Stack Overflow
The unique device id does not persist This has been asked many times before and you should find some good info on here....
Read more >
When would device id get changed on iOS? #904 - GitHub
I found some questions on SO but I could not find if the id would get changed while the app is already installed?...
Read more >
Device ID changes on iOS devices when upgrading to Mobile ...
Apps can no longer pull or use device hardware ID's due to privacy concerns ... Device ID changes on iOS devices when upgrading...
Read more >
UUID could be changed ?? | Apple Developer Forums
It will change if the app (and all apps from the same developer) is removed from the device and reinstalled. It does not...
Read more >
How to generate a new device ID for iOS
To generate a new device ID for iOS, you must factory reset your device. Go to Settings > General > Reset > Reset...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found