From 4743ff4a9ab21cb699daa53102016b7747a88710 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 28 Feb 2018 11:05:09 +0100 Subject: [PATCH] docs: add link for idfv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f44b3f70c..75cd61255 100644 --- a/README.md +++ b/README.md @@ -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. ---