Post

Replies

Boosts

Views

Activity

Reply to Using the Bloom filter tool to configure a URL filter Error 9
We tried to use the same exact sample project with the same bundle id instead of using our own bundle id now we get this error: mapError unexpected error domain NEVPNConnectionErrorDomainPlugin code 7 Received filter status change: <FilterStatus: 'stopped' errorMessage: 'The operation couldn’t be completed. (NetworkExtension.NEURLFilterManager.Error error 14.)'> serverSetupIncomplete We tried to follow this guide for the log but https://download.developer.apple.com/iOS/iOS_Logs/VPN_Logging_Instructions.pdf But it doesnt work on this step: . Trigger a sysdiagnose by simultaneously pressing and releasing both volume buttons + Side (or Top) button. Notes: The sysdiagnose is triggered upon button release. On an iPhone you will feel a short vibration when a sysdiagnose is successfully triggered Also I attached the console log here Console log
Feb ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Yes, I was following the document and run this on my mac https://github.com/apple/swift-homomorphic-encryption/tree/main/Sources/PIRProcessDatabase I checked it and can't find exactly where it throws this error. For the PIR Service Example, yes I understand that. I tried to follow the https://swiftpackageindex.com/apple/pir-service-example/main/documentation/pirservice/testinginstructionsneurlfilter And expect that it will at least give me a sense of how all of this works. Are you saying that it won't work if we just follow this guide? I want to test if the function is properly working first using the guide. So I can change the configuration later based on my needs.
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
I tried to follow https://swiftpackageindex.com/apple/pir-service-example/main/documentation/pirservice/testinginstructionsneurlfilter But I get this error: keyNotFound(CodingKeys(stringValue: "databaseType", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: "databaseType", intValue: nil) ("databaseType").", underlyingError: nil)) On this step:
Jan ’26
Reply to Using the Bloom filter tool to configure a URL filter Error 9
I'm running the PIRServer on cloud server that already have use https. We use it for other services.
Replies
Boosts
Views
Activity
4w
Reply to Using the Bloom filter tool to configure a URL filter Error 9
We tried to use the same exact sample project with the same bundle id instead of using our own bundle id now we get this error: mapError unexpected error domain NEVPNConnectionErrorDomainPlugin code 7 Received filter status change: <FilterStatus: 'stopped' errorMessage: 'The operation couldn’t be completed. (NetworkExtension.NEURLFilterManager.Error error 14.)'> serverSetupIncomplete We tried to follow this guide for the log but https://download.developer.apple.com/iOS/iOS_Logs/VPN_Logging_Instructions.pdf But it doesnt work on this step: . Trigger a sysdiagnose by simultaneously pressing and releasing both volume buttons + Side (or Top) button. Notes: The sysdiagnose is triggered upon button release. On an iPhone you will feel a short vibration when a sysdiagnose is successfully triggered Also I attached the console log here Console log
Replies
Boosts
Views
Activity
Feb ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
I've been able to run the server on our linux server. What's the submission form for NEURLFilter? I found this one for live caller id? https://developer.apple.com/contact/request/live-caller-id-lookup/ We still have to do a submission for NEURLFilter right? for the PIR service part.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Yes, I was following the document and run this on my mac https://github.com/apple/swift-homomorphic-encryption/tree/main/Sources/PIRProcessDatabase I checked it and can't find exactly where it throws this error. For the PIR Service Example, yes I understand that. I tried to follow the https://swiftpackageindex.com/apple/pir-service-example/main/documentation/pirservice/testinginstructionsneurlfilter And expect that it will at least give me a sense of how all of this works. Are you saying that it won't work if we just follow this guide? I want to test if the function is properly working first using the guide. So I can change the configuration later based on my needs.
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
I tried to follow https://swiftpackageindex.com/apple/pir-service-example/main/documentation/pirservice/testinginstructionsneurlfilter But I get this error: keyNotFound(CodingKeys(stringValue: "databaseType", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: "databaseType", intValue: nil) ("databaseType").", underlyingError: nil)) On this step:
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Sorry if it's really basic. But I really don't know where to start. This is something new to me. For the PIR Service Example, can we run it on xcode and connect to our device locally? Just to test whether the code is working before deploying it on the server. And on the server we can just run in on docker?
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Hi I read the thread you provided but it still doesn't really give me a clear picture for how to implement the URL Filter. It's more like there's a bug in the library before. And it has been fixed now? Can you give me some resources to start? I feel like the resources are still very minimal.
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Hi Is there any resources that I can read and follow, like a guide. I checked this sample but the build failed https://developer.apple.com/documentation/networkextension/filtering-traffic-by-url
Replies
Boosts
Views
Activity
Jan ’26
Reply to iOS Content Filter Permission Prompt Not Appearing in TestFlight and Not Working
Hi Is there any resources that I can read and follow, like a guide. I checked this sample but the build failed https://developer.apple.com/documentation/networkextension/filtering-traffic-by-url
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
How about NEDNSProxyProvider or NEFilterDataProvider? Can we use that? The URL Filters only support iOS 26+ right?
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Do you mean that I need to add that line on my entitlements? I can't find the explanation on the link you shared TN3134: Network Extension provider deployment | Apple Developer Documentation Can you give me the step by step process?
Replies
Boosts
Views
Activity
Jan ’26
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Hi, I have the exact same issue and have followed the minimum iOS Deployment. I set it to 17 for now. But the issue still happens
Replies
Boosts
Views
Activity
Jan ’26