I recently asked a question if its possible to implement Parental control in IOS And ended up, it can be feasible using Device enrolment program in IOS. The device enrolment profile will be installed on the device and then you can control that…
I just found a great app that can let you control to display the apps on your child's iPhone/iPad. The name of the app is 'ParentKit'. I have understood what the app is doing but don't know how it is doing.
It is basically accessing the…
I am making a parental control, does anyone know how to prevent a It from opening a site. I get to know when a URL is entered in the browser using content providers. I try to redirect it, works but when the browser is closed and then started again…
I'm making a parental control/accountability app for android. It consists of a monitoring service that runs in the background and starts when the phone is booted.
Unfortunately, I have found that when android is started in "Safe Mode", services are…
I have a problem about Family Control in iOS 16.
I would like to create an app for parental control, I mean pairing two devices then controlling the child one,
the documentation is pretty lacking
I implemented Manage Settings, Device Activity…
Does anyone have a sample working code for the screen time api? My app uses Family controls framework to get parental control authorisation. Once authorised, I create a schedule with events and start monitoring it.
var scheduleDuration = 60…
I've setup google parental control on my children phone, they ask for approval to install a game and i approved it, later i changed my mind and uninstall it from there phone, but they went to play store a re-install it, but this time family link…
This question was asked a couple of years ago (iOS app Blocker possibilities) and I'm wondering if there is anything that has changed in IOS since this question was answered in 2017 that would allow a third party app to prevent an app from being…
What technology is required to create parental lock application that prevents children to view inappropriate sites over the Internet?I'm thinking of creating this as my final year engineering project and I'm good at Java and PHP. I thought of…
My game uses Game Center, and I want to give my players an option to use its live voice chat feature.
I've got it working perfectly--the players are chatting away. I don't need help getting it to work.
I need help detecting parental control…
YouTube Safe Search blocks child from seeing harmful content. Safe search, or safety mode, can be programmatically enforced by setting a cookie. That approach, however, has recently stopped working if the user signed in to YouTube and disabled Safe…
I need help about blocking and unblocking websites in my C# parental control software project. I tried it by using the host file but host file only blocks the domain name not the ip. Even the website address is written on the host file, i can reach…
I am implementing web blocking(parental control) in android. I am able to observe the url click(whenever user wants to visit some website) of only Android's Default Internet Browser using following…
I wanted to know if Android SDK provides built-in api for parental control?
So far from my research I have seen it is possible to use background service and VPNService to restrict websites, screen time and applications but it need to be highly…