Posts

Post not yet marked as solved
0 Replies
112 Views
I'm working on ContentBlocker safari extension to block URLs. when the extension is disabled I want to redirect users to Settings/Safari/Extension. I tried these. prefs:root=Safari prefs:root=SAFARI&path=Content%20Blockers none of them is working. Can any please provide me proper solution?
Posted Last updated
.
Post not yet marked as solved
0 Replies
116 Views
I'm developing an app that has a URL blocking feature(Web Content Filter). Want to upload on the app store so any user can download the app. To do that I've to set up MDM server. I've Company / Organization account. Can anyone guide me through MDM Process? I have a few questions. What kind of account is needed? What things need to be done from the app(mobile) side? What things need to be done from the server-side? What will be the procedure to create MDM profile and distribute it to the app store user.
Posted Last updated
.
Post not yet marked as solved
3 Replies
224 Views
I uploaded iOS app store with web content filter. When I tried to block the sites, it didn't work. After debug I got the error. <Error>: YourApp trying to create a content filter configuration through an app. Creating a content filter configuration is only allowed through profile in production version of YourApp. <Error>: Failed to save configuration com.DemoiOS: Error Domain=NEConfigurationErrorDomain Code=10 "permission denied" UserInfo={NSLocalizedDescription=permission denied} <Error>: -[NEFilterManager saveToPreferencesWithCompletionHandler:]_block_invoke_3: failed to save the new configuration: Error Domain=NEFilterErrorDomain Code=5 "permission denied" UserInfo={NSLocalizedDescription=permission denied} It works fine in dev environment. I searched other threads here, didn't find proper answer. How do I resolve this error? It would be great help you can point me out to solution. I want to make sure that if user downloads app from the store, he should be able to block the selected sites.
Posted Last updated
.
Post not yet marked as solved
4 Replies
250 Views
I've implemented a content filter in iOS using Network Extension with help of NEFilterDataProvider, NEFilterPacketProvider. Which works fine, getting all requests and blocking based on the requirement. But When I implement the same this in macOS, getting NEFilterManager.shared().isEnabled true means it's connected, still able to access all the sites. I notice one thing that for macOS in NEFilterProviderConfiguration, "filterBrowsers is not supported on macOS" is deprecated What does it mean?
Posted Last updated
.
Post not yet marked as solved
1 Replies
601 Views
Anyone with IPA file can see our plist data in readable format, all keys or string are vulnerable. How can I make sure integrity of Plist file?
Posted Last updated
.