Capacitor Device uuid

Hello everyone! I would like to know if the information obtained through the uuid capacitor device plugin is unique for apps from the same vendor. Can there be a risk of getting the same uuid for different apps from the same vendor? I read the documentation but was unable to clarify the ideas. Thanks in advance

it uses identifierForVendor
official docs about it
https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor

so yeah, when installing from App Store the identifier will be the same for all apps from the same vendor
when installing from xcode or enterprise apps distributed outside the app store it depends on the bundle identifier of the app

1 Like

Thank you jCesarMobile!