简体   繁体   English

有没有一种方法/框架可以在普通iPhone(未越狱)上跟踪SMS(号码/天)和呼叫数据(分钟/天)

[英]Is there a way/framework to track the SMS (Number/day) and Call data (Minutes/day) on a normal iPhone (Not Jailbroken)

I am a beginner iOS developer and I am trying to build an app which tracks the users SMS (Number) and Call data (Minutes/day) only but have no clue which framework to use. 我是iOS初学者,我试图构建一个仅跟踪用户SMS(号码)和Call数据(分钟/天)的应用程序,但不知道使用哪个框架。 CoreTelephony is of no use as per my knowledge. 据我所知,CoreTelephony没有用。 Any help would be appreciated! 任何帮助,将不胜感激!

Call Statistics and SMS Statistics are handled by the cell carrier, but are also recorded by the phone and are visible in the settings application. 呼叫统计信息和SMS统计信息由移动运营商处理,但也由电话记录,并且在设置应用程序中可见。 However, there is no way for your app to access this information (as far as i know). 但是,据我所知,您的应用程序无法访问此信息。 It would be a privacy concern and probably won't ever be available. 这将是一个隐私问题,并且可能永远不会可用。 Im sure there is a way to do it on a jailbroken device, but it sounds like thats not what you want. 我肯定有办法在越狱的设备上执行此操作,但听起来那不是您想要的。 What exactly does your app do? 您的应用程序究竟能做什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM