Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 iPad 创建一个 iOS 应用程序。其中一个要求是:当应用程序处于后台时,系统会自动删除最终用户输入的缓存密码。由于我对 Objective-C 和 iOS 世界非常陌生,因此我不知道如何从代码中访问缓存(或者是否可能)并删除其中包含的密码。
有人对这一切有更好的了解吗?