fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.56k stars 946 forks source link

[Question]: Uniqe device ID redistributable? #1244

Closed thePlayer094 closed 1 year ago

thePlayer094 commented 1 year ago

What is your question?

I realized, that after i generate the deviceId on iOS got a good one, but after deleted the application and reinstall i've got another one. So it means this is not uniqe. I am wondering, that if i've got device 'A' with XYZ123 uniqe device id. And someone has device 'B' is there any chance that device 'B' got XYZ123 (same) device id, after i've deleted the application on device 'A'.

ios: 'identifierForVendor': data.identifierForVendor -> I'm talking about this id.

Thank you!

Checklist before submitting a question

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days

swapnilgaikwad1507 commented 10 months ago

Same thing happening for me too. Once I am uninstalling the application, I am getting the new id. Is there any workaround for this?