You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One use case for uuid is to tell devices apart when a user sign in to different devices. However according to the docs 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
Use/write a different plugin than cordova-plugin-device that doesn't persist identifierForVendor.
The text was updated successfully, but these errors were encountered:
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 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
Use/write a different plugin than cordova-plugin-device that doesn't persist identifierForVendor.
The text was updated successfully, but these errors were encountered: