Unique identifier based on iCloud for iOS, and google email name for Android
npm install react-native-unique-identifier```
yarn add react-native-unique-identifier$3
Update app.json
``
"plugins": [["react-native-unique-identifier/plugin"]]$3
1. Open project in XCode
2. Signing & Capabilities
3. Click "+ Capability" button
4. Search and select iCloud (now you should see a new capability in "Signing & Capabilities" list)
6. Check CloudKit checkbox in services
7. Add app bundle name using "+" button in Containers
| Function | Response | Platform | Description |
| :-------- | :------- | :------- | :------- |
| getiCloudRecord | Promise | iOS | iCloud record |getGoogleAccountName
| | Promise | Android| google email name |getAdvertisingInfo
| | Promise