{"id":18688270,"url":"https://github.com/kefahb/nativescript-uuid","last_synced_at":"2025-11-08T03:30:27.986Z","repository":{"id":57124257,"uuid":"417409279","full_name":"kefahB/nativescript-uuid","owner":"kefahB","description":"Get the UUID for IOS and Android","archived":false,"fork":false,"pushed_at":"2021-10-15T11:31:17.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T07:17:51.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kefahB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-15T07:36:22.000Z","updated_at":"2021-10-15T11:31:20.000Z","dependencies_parsed_at":"2022-08-31T19:03:35.271Z","dependency_job_id":null,"html_url":"https://github.com/kefahB/nativescript-uuid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefahB%2Fnativescript-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefahB%2Fnativescript-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefahB%2Fnativescript-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefahB%2Fnativescript-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kefahB","download_url":"https://codeload.github.com/kefahB/nativescript-uuid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239546755,"owners_count":19657024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T10:36:09.124Z","updated_at":"2025-11-08T03:30:27.947Z","avatar_url":"https://github.com/kefahB.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NativeScript UUID\n\nThis is a plugin for Nativescript that allows you to get a UUID (Universal Unique Identifier) for a device.\n\n\u003e This plugin support the NS 8 also ;-)\n\nInspired from [`StackOverflow: How to preserve identifierForVendor in ios after uninstalling ios app on device?`](http://stackoverflow.com/questions/21878560/how-to-preserve-identifierforvendor-in-ios-after-uninstalling-ios-app-on-device).\n\nUses [`SAMKeychain Cocoa Pod`](https://cocoapods.org/pods/SAMKeychain).\n\n## Installation\n\nRun the following command from the root of your project:\n\n```javascript\nns plugin add @kefah/nativescript-uuid\n```\n\n## Usage\n\n#### JavaScript\n```js\n    let uid = require(\"@kefah/nativescript-uuid\").NativescriptUuid;\n    const uuid = uid.getUUID();\n    console.log(`The device UUID is ${uuid}`);\n```\n\n#### TypeScript\n```typescript\n    import {NativescriptUuid} from '@kefah/nativescript-uuid';\n\n    const uuid = NativescriptUuid.getUUID();\n    console.log(`The device UUID is ${uuid}`);\n```\n\n## License\n\nApache License Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefahb%2Fnativescript-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkefahb%2Fnativescript-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefahb%2Fnativescript-uuid/lists"}