From 1a13e468dcf5cffa0c80f854c7097ca42a59e470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Emre=20G=C3=96K?= Date: Fri, 28 Sep 2018 20:43:57 +0300 Subject: [PATCH] SSKeychain is deprecated We need update with SAMKeychain. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b19b250..90b62af 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is a plugin for iOS that allows you to get a UUID (Universal Unique Identif Inspired 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). -Uses [`SSKeychain Cocoa Pod`](https://cocoapods.org/pods/SSKeychain). +Uses [`SSKeychain Cocoa Pod`](https://cocoapods.org/pods/SSKeychain). +**! SSKeychain deprecated, it is recommended we look at SAMKeychain. !** + ## Installation `tns plugin add nativescript-ios-uuid`