parental-control

Are there any alternatives to ICRA for self-regulated content labeling of websites?

早过忘川 提交于 2019-12-23 15:07:48
问题 I'm working with a gambling website that historically has labeled itself using the ICRA Vocabulary expressed with RDF and PICS labeling. Its my understanding that these labels were interpreted by systems such as Internet Explorer 6 Content Advisor to block website access. Unfortunately, the ICRA labeling scheme seems to be defunct as evidenced by the ICRA Homepage. the ICRA labeling engine has been discontinued. While all current labels will continue to work with Internet content filters, the

how to implement a parental gate for iOS apps in the kid's section

会有一股神秘感。 提交于 2019-12-22 00:57:56
问题 I'm updating my app due to an App Store rejection of binary because my app contains links to websites in the "credit" page. I need to implement a parental gate to restrict access to "credit" view controller. I have found a code that checks permission for in-app purchase. But I guess I cannot use the same for this purpose? How do I check parental permission before opening a view controller? 回答1: I've posted an open source Parental Gate SDK which has been used in an app that has successfully

Change users parental control settings using WMI in c#

China☆狼群 提交于 2019-12-19 03:43:16
问题 I am really new to WMI and COM. I want to change some parameters to user accounts parental controls and the only API availble is WMI. The WMI provider class to use is WpcUserSettings. I don't understand how to modify the parameters for each user. Do i have to create a ManagmentObject of this class per user or are they already instanciated for each user. If some one could give me an example code for one user it would really help. Thanx ! EDIT: Hi again. I used your example to get user account

OurPact Parental Control over iOS device

有些话、适合烂在心里 提交于 2019-12-18 13:32:01
问题 I asked a question recently about whether I can have parental control over iOS devices. Link of the question is below :- Is it possible to write a parental control app for iOS? A senior developer answered and said this is not possible to do without jailbreak. But i found an app named " OurPact " and by using that i can control any other device. How they can have parental control if this not possible in iOS? 回答1: OurPact use the Mobile Device Management (MDM) protocol, which provides a way to

Programmatically detect whether iOS passcode is enabled or not

感情迁移 提交于 2019-12-17 17:32:14
问题 Rather than build a passcode directly into my app and potentially require the user to enter a passcode twice (once for the device and again for my app); I thought I might out-clever myself and do something along the lines of: if (device has passcode) continue into my app else make user enter my app passcode I don't want to set the device passcode, I don't want to force a screen lock, not encrypting anything - all I really want is an API just to detect if a device passcode is in effect.

Implementing parental control on websites using java

夙愿已清 提交于 2019-12-09 18:45:47
问题 I want to code a standalone app in java to control access to restricted websites while kids use internet when parents are not around. The main idea is to block the adult/unwanted websites based on the person who is browsing. The use-case goes like this: 1.The user opens a browser. 2.Our app (which is running in the background) should pop up an authentication box and ask the user to enter a password. 3.Based on the password entered, the app would identify the user as an adult or a kid. 4.If

C# Samples for Windows Parental Controls API

試著忘記壹切 提交于 2019-12-06 04:44:46
问题 Can anyone point me to some C# samples for the Windows Parental Controls API. I want to add some functionality that will allow a user to set the duration their child can be logged on in a day. I want to do this as a F/OSS app so that others can benefit from this too. Cheers. 回答1: An application like that already exists: LimitLogin. Also you could use Limit User Logon Time (would be trivial in C#). Parental Controls WMI Provider API + ManagementClass Class Edit : To logout a user:

Develop parental app in iOS

家住魔仙堡 提交于 2019-12-06 03:39:57
问题 There are few sources which say the Device Enrolment Program (DET) is the way to create Parental Apps like Kidslox. However, the program says that it manages the corporate devices you own. Then how would it manage the devices we don't own or to say how would it control the distribution over AppStore. Somewhere it is also mentioned that this can be handled by MDM profile. I have no experience on working with that and also not very sure if this is the solution. So, these are my queries after a

Develop parental app in iOS

江枫思渺然 提交于 2019-12-04 10:04:00
There are few sources which say the Device Enrolment Program (DET) is the way to create Parental Apps like Kidslox . However, the program says that it manages the corporate devices you own. Then how would it manage the devices we don't own or to say how would it control the distribution over AppStore. Somewhere it is also mentioned that this can be handled by MDM profile. I have no experience on working with that and also not very sure if this is the solution. So, these are my queries after a long time spent searching on this : What is the standard way to create such apps ? Server management

OurPact Parental Control over iOS device

南楼画角 提交于 2019-11-30 09:58:38
I asked a question recently about whether I can have parental control over iOS devices. Link of the question is below :- Is it possible to write a parental control app for iOS? A senior developer answered and said this is not possible to do without jailbreak. But i found an app named " OurPact " and by using that i can control any other device. How they can have parental control if this not possible in iOS? OurPact use the Mobile Device Management (MDM) protocol, which provides a way to tell a device to execute certain management commands remotely. The way it works is straightforward. During