mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #588] [Request] Screen Time #526
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#526
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abusivePenguin on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/588
It would be nice to be able to have screen time tracking in app
since ios screen time only records the app used, so users can only see how much time they have been using livecontainer
implementing screen time inside livecontainer itself would allow users to know which apps actually took up their screen time
@m1337v commented on GitHub (Jun 18, 2025):
This isn’t possible as all guest apps run inside the LiveContainer host process. For the iOS system, they are not separate apps, they’re all just part of LiveContainer itself. That’s why system Screen Time can only track usage at the container level, not per guest app.
@CelloSerenity commented on GitHub (Jun 18, 2025):
I think he's asking LiveContainer to track the time for each app and have it viewable in LiveContainer, not the system tracker @m1337v
@suprstarrd commented on GitHub (Jul 13, 2025):
Commenting to add support for this. Bonus points if there's a widget for it that can accompany (or replace..?) the existing regular Screen Time widget.