Skip to content

Commit

Permalink
docs: add link for idfv
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Feb 28, 2018
1 parent 0f4260d commit 4743ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -707,7 +707,7 @@ const uniqueId = DeviceInfo.getUniqueID();

**Notes**

> * iOS: This is `IDFV` so it will change if all apps from the current apps vendor have been previously uninstalled.
> * iOS: This is [`IDFV`](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) so it will change if all apps from the current apps vendor have been previously uninstalled.
> * android: Prior to Oreo, this id ([ANDROID_ID](https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID)) will always be the same once you set up your phone.
---

Expand Down

0 comments on commit 4743ff4

Please sign in to comment.