Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个应用程序,显示蜂窝使用的统计信息,例如在哪里拨打了多少电话,每次通话时长,短信数量等...
我在任何地方都找不到任何资源,即使在 Apple Developer 文档中也找不到。
这种应用可以吗?有谁知道我如何设置这种应用程序?
谢谢
此信息没有公共 API。
一般来说,iOS 安全沙箱会阻止应用程序收集任何其他应用程序的信息,包括电话应用程序,除非有公共 API 或以前注册的 URL 处理程序。
我不知道您将能够访问此类信息。我确实认为这在 Android 中将是一项微不足道的任务,但在 iOS 中我对此表示怀疑。