The question is do we need to provide a real iOS/Mac app in order to provide this functionality.
Would it be enough just to create an App ID (call the app "[Company] Account" for instance) and use it to implement the Sign in with Apple functionality on our website without going through the app review?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,
I've been experimenting with the new NEURLFilter API and so far the results are kind of strange.
SimpleURLFilter sample contains a bloom filter that seems to be built from this dataset in pir-service-example.
I was able to run SimpleURLFilter sample and configure it to use PIRService from the example repo. I also observed the requests that iOS has been sending: requesting config and then sending /queries request.
What I haven't seen is any .deny verdict for any URL. Even when calling NEURLFilter.verdict(for: url) directly I cannot see a .deny verdict.
Is there anything wrong with the sample or is there a known issue with NEURLFilter in the current beta (beta 8) that prevents it from working?
I cannot find in the documentation and samples how exactly the Bloom filter is generated.
Is there any code sample for that?
Hello,
We've been working on an app that uses the new NEUrlFilter API and we've got a question.
Currently, the system is designed with the assumption that a single app == usecase == single remote database.
But what if we would like to give the user the ability to use different blocklists?
For example, the user may want to:
Block scam domains
Block tracking domains
Block adult domains
Or any composition of these 3
What should we do to give the user this option?
It seems that we could differentiate different databases by using different PIR service hostnames, but that would also mean that we'll have to send several requests for the same usecase but with different PIR service hostnames (and they'll all share the same app bundle ID). Will these requests be accepted then?
If not, is there an alternative?
PS: By sending a request I mean submitting this form
Hello,
I have a question about developing an iOS app for general public. Can such an app use DNS Proxy Provider?
The TN3134: Network Extension provider deployment article states that DNS Proxy Provider has the following restriction: "per-app on managed devices".
Does this imply that a DNS Proxy Provider that can be used in a regular iOS App Store app?
On the other hand, NEDNSProxyProvider only works with NEAppProxyFlow, is it possible to make it NOT per-app?
Hello,
We're exploring the new URL Filter capability and we managed change the SimpleURLFilter so that it could work on macOS.
However, on macOS it won't work as even when signed for debugging it tries to use Apple's OHTTP Relay.
Failed to fetch Token Issuer Directory. <NSHTTPURLResponse: 0xca10ca580> { URL: https://gateway.icloud.com/pat-issuer-directory?issuer=localhost } { Status Code: 503
So I have two questions:
Will it be possible to debug URL Filter locally on macOS?
Even more important: how can I send a capability request so that our OHTTP Gateway could be used? I checked everywhere, but it seems there's simply no way to request this capability at this moment.
Hello,
How long does it usually take for a URL Filter request to be reviewed?
It's been 2.5 weeks since we submitted the request form but we haven't received any feedback yet.
Just in case, the request ID is D3633USVZZ