you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 12 hours ago (1 child)

Even as an individual parent I can’t stand the iOS parental controls. They are a mess and awful to deal with. I don’t think they even offer enterprise-type management that teachers can handle on behalf of 100 kids at once. Apple products are a terrible choice for kids and/or the classroom IMO.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 11 hours ago (1 child)

    I'm not a developer, so maybe I'm underestimating things, but these tools conceptually don't seem like a hard thing to make.

    Just a whitelist/blacklist of apps and similar for internet usage.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 9 hours ago

    I am a developer and I agree with you.

    A blacklist isn’t a good approach on its own - you could never predict all the possible apps you might need to block. But it is a perfectly reasonable failsafe for “content rating” and would probably even provide some valuable app-level feedback for the platform to use to check up on apps that are gaming their rating.

    A whitelist approach is a reasonable overall approach and to some extent I guess you can implement this by allowing any content rating but requiring approval to install an app. At least I think you could do it this way. Like I said the settings are a bloody mess and hard to use so I’m only ever 80% sure of what’s actually happening.

  • source
  • parent