capacitor-ios-device-info
v0.0.6
Published
The sole purpose of this ios plugin is to generate a permanent UUID and persist that inthe keychain, so that the UUID is static forever.
Downloads
2
Maintainers
Readme
capacitor-ios-device-info
The sole purpose of this ios plugin is to generate a permanent UUID and persist that inthe keychain, so that the UUID is static forever.
Install
npm install capacitor-ios-device-info
npx cap sync
API
getUUID()
getUUID() => Promise<{ value: string; }>
Returns: Promise<{ value: string; }>