删除应用程序后是否有任何偶发功能?

发布于 2024-12-07 12:25:23 字数 187 浏览 0 评论 0原文

我开发的iPhone应用程序使用开源SFHFKeychainUtils将用户数据(id,pw)保存到iOS的钥匙串中。

问题是删除应用程序后id,pw数据仍然完好无损,

这在重新安装应用程序时会造成麻烦。

是否可以将钥匙串中的 id、pw 与应用程序一起删除?

删除应用程序后是否有任何偶发功能?

The iPhone app i developed save user data (id, pw) to keychain of iOS by using open source SFHFKeychainUtils

Problem is that the id,pw data still remains intact upon deleting the app,

which cause trouble when reinstalling the app.

Would it be possible to delete the id, pw in the keychaing along with the app?

Is there any even function that occurs in the case of deleting the app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的心境我的脸 2024-12-14 12:25:23

不会,您的应用程序不会收到删除通知。 AFAIK,操作系统将钥匙串数据保留一段时间(几天左右),然后自动删除。

No, your app does not get notified of its deletion. AFAIK, the OS keeps the keychain data for some time (a few days or so) and then deletes it automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文