mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #326] [Request] Enable access to health data #296
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#296
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 @decafale on GitHub (Jan 26, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/326
Describe the issue
I have tried a few apps that explicitly request access to health data (Gentler Streak and Athlytic), but when the prompt to enable access should appear, nothing happens and the app gets stuck, waiting for permission.
Instructions to reproduce
Start the app and continue until prompted to access health data
What version of LiveContainer are you using?
3.2.0
Other
Maybe a solution could be to add a feature in LiveContainer that directly handles the data access request, perhaps with a dedicated button in the settings. This way, it could trigger the permission request and then internally redirect it to the individual apps that require access.
@hugeBlack commented on GitHub (Jan 27, 2025):
Unfortunately, due to a issue in AltSign (the thing altstore/sidestore used to sign LiveContainer itself), LiveContainer won't be signed with healthkit related entitlements. So guest apps cannot access health data.
We might need to wait AltSign's developer to solve this issue