An open API service indexing awesome lists of open source software.

https://github.com/coderyi/yiuuid

This library provides the simplest API to obtain universally unique identifiers with different levels of persistence.
https://github.com/coderyi/yiuuid

device device-uuid ios swift uuid

Last synced: over 1 year ago
JSON representation

This library provides the simplest API to obtain universally unique identifiers with different levels of persistence.

Awesome Lists containing this project

README

          

This library provides the simplest API to obtain universally unique identifiers with different levels of persistence.

### CocoaPods

```
pod 'YiUUID'
```

## Persistence
- **`√`** *yes*
- `-` *no*

| PERSISTS | App memory | App relaunch | Reset Advertising Identifier | App reinstall | System reboot | System upgrade | System reset |
|-----------------------|:----------:|:------------:|:----------------------------:|:-------------:|:-------------:|:--------------:|:------------:|
| `uuid` | - | - | - | - | - | - | - |
| `uuidForKey` | **√** | - | - | - | - | - | - |
| `uuidForSession` | **√** | - | - | - | - | - | - |
| `uuidForInstallation` | **√** | **√** | **√** | - | **√** | - | - |
| `uuidForVendor` | **√** | **√** | - | **√*** | **√** | - | - |
| `uuidForDevice` | **√** | **√** | **√** | **√** | **√** | **√** | **√**** |

## License
Released under [MIT License](LICENSE).