iOS:检索短信历史记录
是否可以使用 cocoa touch 访问短信历史记录? 我需要查找哪些类和方法?
Is it possible to access the sms history with cocoa touch?
Which class and methods do i need to lookup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕您无法从应用程序中访问用户的短信记录。任何获取用户电话历史记录的行为都严格超出应用程序的范围。
I'm afraid you can't access a user's SMS records from within your applications. Anything along the lines of getting a user's telephony history is strictly out of bounds for apps.