I'm developing a parental control application for iOS. I want to block some applications on children's devices by order of their parents. after a lot of searches, I realized that we must use something called an MDM server. but I don't know how can I…
I am trying to block/redirect the adult sites to loopback using etc/hosts file in my computer.
like,
127.0.0.1 www.someadultsite1.com
127.0.0.1 someadultsite1.com
But the sites keeps changing the number which is at the end of domain name, for eg.…
I've been looking during 2 days for a sotfware which allows me to limit the time I play(or use any program) and I found nothing usefull so I decided to put my coding cape back since 6 years ago and program it myself.
A friend recommended me…
I am aware that many similar questions to that one were asked before, but I don't seem to be able to find anything that is recent(works). If I'm wrong, please direct me to a proper solution :).
With that being said - I am working on the app that is…
Recently I've been doing some work on android apps and I am trying to make a 'Parental Control' type of app but I've ran into a major problem: I don't know how to prevent people from Uninstalling / Deactivating the app's admin status.
I have seen…
I am stuck in a strange problem that is when i save data from 1 activity (Parent Page) it saves data. and on reload app it loads the saved preferences and user don't have to sign in again and again. But when i tried to do this with child it didn't…
we are developing a learn to read app which is based on web technologies and therefore runs in a wkwebview in our native iOS app. The wkwebview is subject to parental controls setting when a parent chooses to restrict all web content. It doesn't…
I have faced a problem with Screen Time API in iOS. I have successfully authorised using AuthorizationCenter.shared.requestAuthorization, I have checked status using AuthorizationCenter.shared.authorizationStatus, but the problem is with…
I am writing a Windows service for doing Parental Control (Visual C++).
I am having trouble with the following:
how to count the time a Windows user has been logged on today (time measured in hours)
how to trigger log-off from the user Windows…
Context: I am developing a firefox/waterfox extension to completely block the "age restricted" videos on youtube, even if the user is logged into his google account.
My question is:
is there any meta tag or any meta data in the dom of the webpage…
What is the simplest way to programmatically turn on/off restrictions on IOS/iphone/ipad? Specifically, I want to be able to toggle the Apps restrictions between "Don't Allow Apps" and "Allow All Apps". It seems that most parental control software…
I'm not sure if this website is for these kinds of questions, if not I'm Sorry.
I have looked everywhere but nothing seems to fit my situation.
Basically I have a Computer, with a younger Sister who gets onto a Non admin account to do school work…
I've seen a few other posts about creating parental controls using MDM Profiles to prevent other devices from opening certain apps:
How to do Parent Control App in iOS?
Is it possible to write a parental control app for…
I have this code to enable parental control in windows:
System.Security.Principal.NTAccount myNTAccount = new System.Security.Principal.NTAccount("username");
System.Security.Principal.SecurityIdentifier mySecurityIdentifier =…
I’m looking for an AppleScript that limits the length of a number string that users can enter into a Safari (or any HTML pop-up) text field. I’m not a scripter but could probably write a simple ‘tell application “Safari”’ if I knew the commands.
My…