Post

Replies

Boosts

Views

Activity

Reply to URL Filter Network Extension
Can you clarify what you mean by that? I mean, we are working on implementing a solution that prevents access to specific URLs by blocking any websites included in a predefined block list across all browsers installed on an iOS device. The goal is to ensure that users cannot access restricted web content, regardless of which browser they use on the device. As our SDK's main goal is to prevent bank users from getting scammed. If you see in the above images, currently I have created a POC using content filter where I am trying to check if url entered by user is there in the blocked url rules if it is so then do not load that URL and eventually browser shows error including organization name . I want to achieve similar kind of behaviour in case of URL filter
Feb ’26
Reply to URL Filter Network Extension
Thanks for the code. I still have two more questions, will it work with WebKit as well and in which class can I use this code ?. Because in my case, I am trying to implement a solution that would block urls from the block list on the browsers installed on iOS device.
Feb ’26
Reply to URL Filter Network Extension
That's interesting, can you please help with small code snippet or steps that I need to do, to achieve this. Because as per documentation, we use this NEURLFilter for filtering network traffic for the apps which are using networking frameworks other than WebKit or Foundation’s URLSession
Feb ’26
Reply to URL Filter Network Extension
One more thing, when using NEFilterManager we can set organization name like following way manager.loadFromPreferences { error in if let error = error { print("Failed to load filter preferences: \(error)") return } // Configure the filter if needed manager.localizedDescription = "Expleo Content Filter" let config = NEFilterProviderConfiguration() config.organization = "PTSB Protect USSSSSS" manager.providerConfiguration = config how we can achieve same in case of NEURLFilterManager
Feb ’26
Reply to SMS and Call Spam Reporting
I just set up local server using Ngrok for using https domain, I am trying to send report using key ILClassificationExtensionNetworkReportDestination but when I did not get any logs at server. Where as when I try to run it from my app then I receive the logs.
Topic: App & System Services SubTopic: General Tags:
Feb ’26
Reply to URL Filter Network Extension
Thank you!
Replies
Boosts
Views
Activity
Feb ’26
Reply to URL Filter Network Extension
Can you clarify what you mean by that? I mean, we are working on implementing a solution that prevents access to specific URLs by blocking any websites included in a predefined block list across all browsers installed on an iOS device. The goal is to ensure that users cannot access restricted web content, regardless of which browser they use on the device. As our SDK's main goal is to prevent bank users from getting scammed. If you see in the above images, currently I have created a POC using content filter where I am trying to check if url entered by user is there in the blocked url rules if it is so then do not load that URL and eventually browser shows error including organization name . I want to achieve similar kind of behaviour in case of URL filter
Replies
Boosts
Views
Activity
Feb ’26
Reply to URL Filter Network Extension
Thanks for the code. I still have two more questions, will it work with WebKit as well and in which class can I use this code ?. Because in my case, I am trying to implement a solution that would block urls from the block list on the browsers installed on iOS device.
Replies
Boosts
Views
Activity
Feb ’26
Reply to URL Filter Network Extension
That's interesting, can you please help with small code snippet or steps that I need to do, to achieve this. Because as per documentation, we use this NEURLFilter for filtering network traffic for the apps which are using networking frameworks other than WebKit or Foundation’s URLSession
Replies
Boosts
Views
Activity
Feb ’26
Reply to URL Filter Network Extension
One more thing, when using NEFilterManager we can set organization name like following way manager.loadFromPreferences { error in if let error = error { print("Failed to load filter preferences: \(error)") return } // Configure the filter if needed manager.localizedDescription = "Expleo Content Filter" let config = NEFilterProviderConfiguration() config.organization = "PTSB Protect USSSSSS" manager.providerConfiguration = config how we can achieve same in case of NEURLFilterManager
Replies
Boosts
Views
Activity
Feb ’26
Reply to URL Blocking in Chrome on iOS via Extensions – Is It Possible?
any update for this ?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to URL Filter Network Extension
That is great, can we show any kind of custom error or alert when user tries to open blocked URL in case of URL Filter network ?
Replies
Boosts
Views
Activity
Feb ’26
Reply to SMS and Call Spam Reporting
I just set up local server using Ngrok for using https domain, I am trying to send report using key ILClassificationExtensionNetworkReportDestination but when I did not get any logs at server. Where as when I try to run it from my app then I receive the logs.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to SMS and Call Spam Reporting
Hello @DTS Engineer can I send sender and message body to the backend server to process it for blocked list data ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to SMS and Call Spam Reporting
Thank you @DTS Engineer. Just to confirm about ILClassificationRequest does not expose anything related to messageBody if user reports any message as spam ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Message Filter Extension Not Working on iOS 26.1
Okay Thank for pointing out this. Can you please give us an update on this ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Message Filter Extension Not Working on iOS 26.1
@DTS Engineer Sorry which thread you are talking about.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Message Filter Extension Not Working on iOS 26.1
Any update for this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26