I'm trying to find out how can I intercept when a phone call received and no one answer and then it goes to voice mail. I looked into CTCall and CTCallCenter but I'm not sure whether they are not answer for my problems or it's not allowed for apps to AppStore. Ideas/thoughts anyone?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
Correct me if I am wrong but there is NO public API by Apple to intercept the call of the Phone application without jailbreak! And it wont be able to see App store if you are going to use Private methods
If your application is active when a call event takes place, the system dispatches the event to your handler immediately. However, call events can also take place while your application is suspended. While it is suspended, your application does not receive call events.