0.0.6 • Published 2 years ago
capacitor-ios-device-info v0.0.6
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; }>