mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #945] Local access doesn't work #843
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#843
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 @Kyguyog on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/945
I have installed YouTube & A app I made via livecontainer but local access doesn't work, they both can't find devices on my network
@Kyguyog commented on GitHub (Oct 29, 2025):
My app
@hugeBlack commented on GitHub (Oct 29, 2025):
Local network discovery is not available in LiveContainer due to the need of explicitly declaring the service's name in
NSBonjourServices. If you wish to use these services you need to manually add all required service names in LiveContainer'sNSBonjourServices.@Kyguyog commented on GitHub (Oct 29, 2025):
How do I do that do I open it in Xcode?