Truecaller는 발신자 ID를 표시하기 위해 iPhone에서 들어오는 phonecall을 어떻게 가로 채습니까?앱을 통해 들어오는 호출을 가로 채고 구문 분석하는 방법
앱에서 가능하지 않다고 생각하십니까?
특히이 기능을 구현하려면 어떤 프로토콜을 사용해야합니까? 이 네이티브 SDK 지원되지 않는
http://www.truecaller.com/how-it-works
Truecaller는 발신자 ID를 표시하기 위해 iPhone에서 들어오는 phonecall을 어떻게 가로 채습니까?앱을 통해 들어오는 호출을 가로 채고 구문 분석하는 방법
앱에서 가능하지 않다고 생각하십니까?
특히이 기능을 구현하려면 어떤 프로토콜을 사용해야합니까? 이 네이티브 SDK 지원되지 않는
http://www.truecaller.com/how-it-works
진정한 발신자는 iOS에서 그렇게하지 않습니다. FAQ를 참조하십시오 :
http://www.truecaller.com/support, 특히 "실시간 발신자 ID를 수신하지 않는 이유는 무엇입니까?" "iPhone/Windows Phone"섹션. 그래야만 탈옥 장치에 대한 해결책을 찾아보십시오.
전화를 "가로 챌"수 없습니다. iPhone이 전화를 걸 때 "백그라운드 이벤트 호출"을 처리 할 수 있습니다. 즉, Truecaller는 통화를 가로 채지 않습니다. 더 많은 정보는 웹 사이트에서 찾을 수 있습니다.
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)
링크 http://stackoverflow.com/questions/40837561/how-to-use-call-directory-extension-to-identify-a-incoming-call-in-my-applicatio를 참조하십시오 –