Questions tagged [call-directory-extension]

8 questions
3
votes
0 answers

Inconsistent CallDirectoryExtension behavior on iOS 14.5

After upgrading to iOS 14.5 I've noticed a strange behavior in my implementation of CXCallDirectoryProvider. I call a CXCallDirectoryManager.sharedInstance.getEnabledStatusForExtension(withIdentifier: identifier) when the app starts in…
1
vote
0 answers

Identification CallKit not working for unknown reason

I am working with CallKit about module Identification Step 1: I entered the correct phone number with the country code -> identification works fine Step 2: I add more random numbers + add country code -> Of course the numbers I random are not real…
1
vote
0 answers

How to enable Ios Callkit Call Directory extension

I am trying to add the Callkit Call Directory extension to my React Native app so that I can add additional numbers that will show with caller id (populated from my app). The Callkit documentation states: "Before a Call Directory extension can…
mahi-man
  • 4,326
  • 2
  • 25
  • 36
0
votes
1 answer

How to block dynamic array of phone number using Callkit swift

I am working on an App where user can block the phone number. Initialy I have tried with static phone number array its working but when I try to block the number that I add to array from TextField it not bloacking in this case. The Code I am using…
0
votes
0 answers

How to return status for extension CallKit IOS to React Native

I'm trying return a enable status extension to React Native from Native IOS. But result i received always is null My code: import Foundation import CallKit @objc(CommonFunction) class CommonFunction : NSObject { @objc static func…
0
votes
0 answers

may I use ios Framework CallKit to show called name in iPhone built-in phone aap?

I know iOS has a Framework CallKit with Call Directory App Extension that can show caller name when phone is coming, but I want to know if the built-in phone app can show the name? does anyone explain to me?
mikezang
  • 2,291
  • 7
  • 32
  • 56
-1
votes
1 answer

CallDirectory app extension runs out of memory without beginning request

I am running into an issue where my CallDirectory app extension runs out of memory immediately when I toggle my application on in the call blocking & identification settings screen. I set breakpoints in CallDirectoryHandler.beginRequest(with…
-1
votes
1 answer

How to detect if your custom Call Directory extension is enabled?

I am developing a custom Call Directory extension on iOS 13. I like the containing app to display a nondisruptive message so the user is aware the extension is not currently enabled with a quick hyperlink to the Settings-app so it can enable it…
Mark
  • 16,906
  • 20
  • 84
  • 117