Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_uuidForDevice starts to return the same UUID for different devices (issue probably started around iOS 16.6.1) #39

Closed
duxthefux opened this issue Nov 29, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@duxthefux
Copy link

duxthefux commented Nov 29, 2023

Hi,

we're currently seeing the case where 2 different iPads, which use the same apple ID would generate the same UUID, which is obviously not what one wants.

We don't know for sure, but it seems it all started with around iOS ~16.6.1.

Is anybody else seeing this, or even knows a fix for it?

Thanks a lot!

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@fabiocaccamo fabiocaccamo self-assigned this Dec 8, 2023
@fabiocaccamo fabiocaccamo moved this to Todo in Open Source Dec 8, 2023
@fabiocaccamo fabiocaccamo added the bug Something isn't working label Dec 8, 2023
@fabiocaccamo
Copy link
Owner

fabiocaccamo commented Dec 12, 2023

@duxthefux I think that in this case the UUID has been synced between the devices via the keychain:
https://github.com/fabiocaccamo/FCUUID#persistence

@fabiocaccamo fabiocaccamo closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Open Source Dec 12, 2023
@duxthefux
Copy link
Author

@fabiocaccamo We found the issue on the weekend. It was because some users restored an iCloud backup from device A on device B and kept using device A and B at the same time. The local keychain obviously is also restored in this case.

Good to close it, as it's not a library issue.

Thanks!

Maybe this thread helps people you run into something similar.

@fabiocaccamo
Copy link
Owner

@duxthefux thank you for having provided more informations, this will be surely useful to someone else!

Could you give a look to #30?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants