Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
332 views

How to open Call Blocking & Identification in settings from my App iOS

I am using ios 14 and want to open call blocking and identification from my app on button press. For this purpose i am using the below code import SwiftUI import CallKit struct ContentView: View { ...
Iftikhar Hussain Orakzai's user avatar
0 votes
1 answer
134 views

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 ...
Iftikhar Hussain Orakzai's user avatar
0 votes
2 answers
4k views

iOS / Swift: Is it possible to block some incoming calls with CallKit for a specific country?

I would like to block calls from specific countries that are upsetting me by calling eight times a day. I would like to create an app that allows to block any numbers with a specific extension (for ...
ΩlostA's user avatar
  • 2,601
3 votes
5 answers
2k views

CallKit doesn't block numbers from array

I create numbers array from CNContact in singleton. But when I reload my CallKit extensions CallKit doesn't block number that I blocked before. Number length is 11 characters. Array isn't null. After ...
Severyn Katolyk's user avatar
5 votes
3 answers
2k views

Call blocking feature in iOS 10

I am trying to integrate CallDirectory Extension for blocking some incoming call. But application is not even recognising the numbers provided for blocking. Is there anyone who have succeeded in doing ...
good4pc's user avatar
  • 711