iOS 中的通话记录、短信记录、电子邮件历史记录

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9822031/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 17:29:18  来源:igfitidea点击:

Call history, SMS history, Email history in iOS

iphoneobjective-ciosipad

提问by Chetan Bhalara

I have one requirement to fetch all the call logs, SMS logs and Email logs in iOS. So, if anyone have any idea about how to fetch call or sms or email logs (history) in iOS, please help me or suggest me the solution or whether it is feasible or not.

我有一项要求是在 iOS 中获取所有通话记录、短信记录和电子邮件记录。因此,如果有人对如何在 iOS 中获取电话或短信或电子邮件日志(历史记录)有任何想法,请帮助我或向我建议解决方案或它是否可行。

But one app is also available in app store.

但是应用程序商店中也提供了一个应用程序。

App name is calLog.

应用程序名称是calLog

Some website like "Accessing iPhone Call History" also says, it's possible, how's it true?

像“访问 iPhone 通话记录”这样的网站也说,有可能,这是真的吗?

Thanks in advance to all. :)

在此先感谢大家。:)

回答by Atulkumar V. Jain

No, its not possible to fetch Call/SMS/Emaillogs in iOS.

不,无法Call/SMS/Email在 iOS 中获取日志。

You can do this in jailbroken device.

您可以在越狱设备中执行此操作。

回答by Cocoa Dev

http://iosstuff.wordpress.com/2011/08/19/accessing-iphone-call-history/shows you how to access the call history. It is possible but Apple may not accept your App into their Store if they discover it. Sometimes Apps slip thru the cracks and get published even if they are against Apple's guidelines. Remember Tether? It was available for a day before Apple pulled it. Path was uploading your contacts before getting caught and then they updated their App.

http://iosstuff.wordpress.com/2011/08/19/accessing-iphone-call-history/向您展示了如何访问通话记录。这是可能的,但如果 Apple 发现您的应用程序,他们可能不会将您的应用程序接受到他们的商店中。有时,应用滑通裂缝,并获得出版,即使他们对苹果的准则。还记得系绳吗?在 Apple 撤下它之前,它已经可用了一天。Path 在被抓之前上传了你的联系人,然后他们更新了他们的应用程序。

回答by Hardik rami

its not possible to fetch the call or sms history in iOSdevice..but it is possiblein older iOS versionby using call_history.dbfile which contains all call historyof iOS device

它不可能获取的电话或短信历史的iOSdevice..but它可以较老的iOS版本通过使用call_history.db它包含了所有文件的通话记录iOS设备的

回答by jess

Hi,friends.

嗨,朋友们。

Do you have backup files in your PC?

你的电脑有备份文件吗?

If you have installed iTunes on your computer, then you can run it and sync it with your iPhone, after that, all of your iphone data can be backed-up in your iTunes. If you want to fetch all of them, then you jsut need to open the folders of the targeted files containing your messages ,contacts, call logs, and then drag them to your computer! Done!.

如果您的计算机上安装了 iTunes,那么您可以运行它并与您的 iPhone 同步,之后,您的所有 iPhone 数据都可以备份到您的 iTunes 中。如果您想获取所有这些,那么您只需要打开包含您的消息、联系人、通话记录的目标文件的文件夹,然后将它们拖到您的计算机上!完毕!。

If you can not find those messages or call logs or contacts you want, that maybe results from these reasons: you did not backed up successfully or those information lost because of some physical problem. Then you can have a try on some recovery software to search the lost data. If you install the recovery program onto your PC ,you can preview all of your phone data, including the deleted ones!.

如果您找不到您想要的那些消息或通话记录或联系人,这可能是由以下原因造成的:您没有成功备份或由于某些物理问题而丢失了这些信息。然后您可以尝试使用一些恢复软件来搜索丢失的数据。如果您将恢复程序安装到您的 PC 上,您可以预览您的所有手机数据,包括已删除的数据!。

Hope this method help you all !

希望这个方法对大家有帮助!

回答by Diego Plentz

Call log is possible since this app does that: https://itunes.apple.com/us/app/navita-t.e.m.-personal/id590228620?mt=8application does that. The question is, how?

通话记录是可能的,因为这个应用程序做到了:https: //itunes.apple.com/us/app/navita-tem-personal/id590228620?mt=8应用程序做到了这一点。问题是,如何?

Btw, SMS log and Email history I don't think it's possible.

顺便说一句,短信日志和电子邮件历史我认为这是不可能的。