When would device id get changed on iOS?
See original GitHub issueQuestion
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:
- Created 4 years ago
- Comments:11 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
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 😃