Code Monkey home page Code Monkey logo

Comments (4)

kishikawakatsumi avatar kishikawakatsumi commented on September 21, 2024

You cannot it automatically. Because we have no any trigger the app uninstalling.

Things like similar can be achieved by combining the value disappear uninstall such as NSUserDefaults.

For example, you can generate key value when app launching, then store the value to NSUserDefaults. You always to use the value to store keychain as a key.
If app will be uninstalled, the key will be also removed. So you cannot retrieve the value when app installed again.

from keychainaccess.

liuxuan30 avatar liuxuan30 commented on September 21, 2024

but the value saved in key chain is still there, right?
Another question, can user delete it manually? Thanks

from keychainaccess.

kishikawakatsumi avatar kishikawakatsumi commented on September 21, 2024

but the value saved in key chain is still there, right?

Yes. The value saved in key chain is still there.

Another question, can user delete it manually? Thanks

You mean the user can delete any keychain items manually use keychain manager app, like OS X?
If so, no. The users cannot manage/see any keychain items in the iPhone.

from keychainaccess.

liuxuan30 avatar liuxuan30 commented on September 21, 2024

Thanks! yes, I want to ask is there a way to clean keychain items by user, or by code.
Seems using keychain to save some tokens is not a good idea.

from keychainaccess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.