2013-03-08 32 views

回答

0

嘗試創建一個新的方法:

- (void)resetKeychainItems { 
    bindings = [PDKeychainBindings sharedKeychainBindings]; 
    [bindings removeObjectForKey:@"..."]; 
    [bindings removeObjectForKey:@"..."]; 
     ... 
} 
+0

是這種方法可以去除值的關鍵,但我需要一種方法來刪除所有鑰匙串數據的應用程序。 – hzxu 2013-03-19 21:30:39

+1

此外,我們需要明確刪除它們。卸載應用程序時,它不會被刪除。爲什麼這樣? – Heena 2013-09-02 10:14:18