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

IOS: Device UUID change each time delete App and reinstall #117

Closed
3 tasks
digital-tcbs opened this issue Feb 26, 2020 · 3 comments
Closed
3 tasks

IOS: Device UUID change each time delete App and reinstall #117

digital-tcbs opened this issue Feb 26, 2020 · 3 comments

Comments

@digital-tcbs
Copy link

Bug Report

IOS: Device UUID change each time delete App and reinstall.

Problem

What is expected to happen?

What does actually happen?

Information

Command or Code

Environment, Platform, Device

Version information

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@rr-phillips
Copy link

I'm pretty sure that this is standard behavior for ios apps, not just this plugin?

@faugusztin
Copy link

The reason is described in the documentation under iOS quirk:

The uuid on iOS uses the identifierForVendor property. It is unique to the device across the same vendor, but will be different for different vendors and will change if all apps from the vendor are deleted and then reinstalled. Refer here for details. The UUID will be the same if app is restored from a backup or iCloud as it is saved in preferences. Users using older versions of this plugin will still receive the same previous UUID generated by another means as it will be retrieved from preferences.

@breautek
Copy link
Contributor

Thank you for the responses and providing the link that explains the reason for the behavior.

I'm closing this issue as not a bug/wont fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants