I'm working on creating a locker app to lock the selected applications.
After locking app, when you try to open the app a screen appears with the below message.
Icon
Restricted
You can not use Facetime because it is restricted
OK Button.
How to customise this screen, another locker app is able to customise it and on a button click it redirects to their app to unlock it.
also is there a way to get locked app names?
Post
Replies
Boosts
Views
Activity
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?
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?
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.
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.
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?