Leffe108 opened a new issue #149: URL: https://github.com/apache/cordova-plugin-device/issues/149
# Feature Request ## Motivation Behind Feature One use case for uuid is to tell devices apart when a user sign in to different devices. However according to [the docs](https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-device/#deviceuuid) there is an iOS quirk that it will persist the uuid from the first device that the user uses and it will carry over via backup / iCloud to new devices. ## Feature Description I would like to be able to opt out from storing uuid and instead have it resolved from iOS / Android each time I call the plugin so that the uuid is not carried over from a backup or iCloud restore. ## Alternatives or Workarounds <!-- Describe alternatives or workarounds you are currently using Are there ways to do this with existing functionality? --> Use/write a different plugin than cordova-plugin-device that doesn't persist identifierForVendor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
