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.
我知道卸载 iOS 应用程序时不可能拦截任何类型的事件,但是有没有办法将钥匙串项绑定到应用程序,以便它们与应用程序一起被删除?
不,没有。但是,您可以使用NSUserDefaults它来了解您的应用程序是否是第一次打开,并删除所有钥匙串数据(如果有帮助)。
NSUserDefaults