删除应用程序后是否有任何偶发功能?
我开发的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会,您的应用程序不会收到删除通知。 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.