I stored the username password in iphone application using KeychainItemWrapper class. but this info exists after removed the application from device. So can any one suggest how i remove this info from device when application removed from device?
I stored the username password in iphone application using KeychainItemWrapper class. but this info
Share
There is no “callback” or any other way to know when the application is removed from the device. The record will stay there until the device is wiped or reset to factory defaults.