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.
我正在做企业应用程序。我需要从我的应用程序中检测上次通话时长。我经历了,core telephony framework但它只能在 iOS 4.0 上运行。你能给我适当的指导来解决我的问题吗?
core telephony framework
感谢您
不幸的是,您无法访问通话记录。您拥有 API 访问权限的唯一用户数据是地址簿。您还可以访问照片/图片,但只能通过启动允许用户选择单个图像的 iPhone 控制的对话框。
注意: -CTCarrier对象为您提供有关用户蜂窝服务提供商的信息,例如它是否允许在其网络上使用 VoIP(互联网协议语音)。CTCall 对象为您提供有关当前呼叫的信息,包括唯一标识符和状态信息——拨号、呼入、连接或断开连接。
阅读链接:-