Questions tagged [parental-control]

Parental control relates to software intended to be configured by parents in order to limit or prevent access to specified applications or sites.

References

71 questions
3
votes
0 answers

Device enrolment Program to implement parental Control IOS

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…
Awesome.Apple
  • 1,316
  • 1
  • 11
  • 24
3
votes
0 answers

Control iOS Default Restrictions Settings within your app

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…
Mohit Manhas
  • 3,471
  • 1
  • 17
  • 21
3
votes
0 answers

Web Block for Android

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…
3
votes
0 answers

Does android keep a log of when it starts?

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…
ferm10n
  • 283
  • 1
  • 6
2
votes
0 answers

SwiftUI - Does anyone know how Family Control works?

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…
dshn
  • 31
  • 1
  • 2
2
votes
0 answers

Apple Screentime API - iOS

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…
Akilan C B
  • 199
  • 1
  • 9
2
votes
4 answers

Google parental control Family link app doesn't ask for approval

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…
Sharjeel M.
  • 45
  • 1
  • 6
2
votes
1 answer

Can a third party app prevent other IOS apps being opened or used?

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…
2
votes
2 answers

Apple MDM custom server for parental control app

Can I use a custom apple mdm server without Apple DEP program for ios parental control app?
Andriy Savran
  • 535
  • 3
  • 19
2
votes
0 answers

What kind of technology is needed to implement parental lock kind of application?

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…
Pranay Binju
  • 591
  • 1
  • 6
  • 14
2
votes
0 answers

iOS: can I detect parental controls preventing GKVoiceChat

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…
Le Mot Juiced
  • 3,761
  • 1
  • 26
  • 46
2
votes
0 answers

Locking YouTube Safe Search

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…
Juuso Ohtonen
  • 8,826
  • 9
  • 65
  • 98
2
votes
1 answer

blocking/unblocking websites in C# according to ip

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…
user1913674
  • 85
  • 1
  • 7
2
votes
1 answer

Android how to observe Opera and Dolphin Browsers or all the Browsers

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…
1
vote
0 answers

Android Parental Control API

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…
FreeSec
  • 75
  • 4