2014-02-12 3 views

답변

2

진정한 발신자는 iOS에서 그렇게하지 않습니다. FAQ를 참조하십시오 :

http://www.truecaller.com/support, 특히 "실시간 발신자 ID를 수신하지 않는 이유는 무엇입니까?" "iPhone/Windows Phone"섹션. 그래야만 탈옥 장치에 대한 해결책을 찾아보십시오.

0

전화를 "가로 챌"수 없습니다. iPhone이 전화를 걸 때 "백그라운드 이벤트 호출"을 처리 할 수 ​​있습니다. 즉, Truecaller는 통화를 가로 채지 않습니다. 더 많은 정보는 웹 사이트에서 찾을 수 있습니다.

3
On an iPhone, without jailbreaking it: 
    - you cannot intercept a call in any way 
    - you cannot determine the phone number nor the caller ID identifying information regarding the call. Even if you could there 
    is no way to alter what is displayed on the call screen 
    - you cannot block the call 
    - your program can get a notification when a call is being made/terminated etc. But only if your app is executing in the 
    foreground at the time of the call or if the app is in the 
    background and has a relevant background mode (even then you can 
    only know there is a call in some circumstance, depending upon what 
    you're doing in the background and what state your in etc. Its too complex to describe the exact situation here briefly) 
+0

링크 http://stackoverflow.com/questions/40837561/how-to-use-call-directory-extension-to-identify-a-incoming-call-in-my-applicatio를 참조하십시오 –