iOS Kiosk 应用程序 - 应用程序内电子邮件 - 清除过去/自动完成的电子邮件地址
我正在使用 iOS MFMailComposeView 方法发送电子邮件 - 它一切正常,除了作为 Kiosk 应用程序,我不希望每个新用户看到此应用程序/iPad 使用过的先前电子邮件地址的自动完成列表。
是否有一种编程方式可以在发送每封电子邮件后清除该缓存?
我无法从开发文档中看到,但我确信我不是唯一遇到这个问题的人。
谢谢
I am using the iOS MFMailComposeView method of sending emails - its all working fine, except that as a Kiosk app, I don't want each new user to see the auto complete list of previous email addresses that this app / iPad has used.
Is there a programmatical way to clear that cache after each email has been sent?
I can't see from the Dev docs, but I'm sure I'm not the only one that's butted up against this problem.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已从 Apple 获得确认,如果在“事件”之间不完全重置/擦除 iPad,则根本无法执行此操作。
我记录了错误 ID# 10328043,并在回复中被告知他们已经知道这个“问题”,因为原始错误 ID# 是 5389647
如果其他人愿意帮助将此作为一个需要尽快解决而不是永远解决的问题提出,请bug 并引用上面的两个 ID。
谢谢
I've had confirmation from Apple that there is no way to do this at all without a complete reset/wipe of the iPad between 'events'.
I logged Bug ID# 10328043 and in the reply was told that they already knew about this 'problem' as the original bug ID # is 5389647
If anyone else would like to help raise this as an issue requiring a sooner rather than never solution, please bug it and reference the two above ID's.
Thanks