mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #1078] 特定设置情况下应用闪退 #949
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#949
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 @softmgr on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1078
研究了下,App的服务器会拉黑存在风险的identifierForVendor,出现这个弹窗就说明被拉黑了所以你怎么设置都没用,解决方案是删除当前容器并创建新的容器,启用Spoof identifierForVendor,并启用App的Hide LiveContainer from Dyld Api
最初由 @hugeBlack 在 https://github.com/LiveContainer/LiveContainer/issues/1066#issuecomment-3729682108 发布
@hugeBlack
谢谢你的测试和回复。经过我本地测试表明:
同时选中“独立AppGroup”和“伪造identifierForVendor”,以及选中“从DyId Api中隐藏LiveContainer”,确实能解决报错问题。
不过同时我也发现带来了新问题:
在LC1/LC2/LC3任意一个里面运行该应用后,退出,再使用另一个LC来运行该应用,有概率出现闪退的bug。如:在LC2中运行该应用并退出,再用LC3中运行该应用。