mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #546] 部分app启动之后会自动打开一个未知链接 #493
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#493
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 @MyLullaby on GitHub (Jun 1, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/546
Describe the issue
当LiveContainer启用隐藏LiveContainer.dylib、不注入且不加载TeakLoader并修复启动黑屏之后,启动app时会自动打开一个未知链接,导致app产生一个业务错误。
Instructions to reproduce
取消打开未知链接
What version of LiveContainer are you using?
最新nightly版本
Other
https://github.com/whoeevee/EeveeSpotify 及闲鱼 的IPA可复现
验证确认了一下,是打开不注入TweakLoader就会复现
@MyLullaby commented on GitHub (Jun 1, 2025):
顺便提一下,如果安装的是咸鱼的话,他每次启动都会让选择是否开启通知。选择后的结果好像不能保存
@hugeBlack commented on GitHub (Jun 1, 2025):
不注入tweakloader导致的
@MyLullaby commented on GitHub (Jun 1, 2025):
我知道是这个原因导致的,但是为什么不注入Tweakloader会导致这个问题呢,不能修复吗?
@hugeBlack commented on GitHub (Jun 1, 2025):
因为这个问题是tweakloader的修复的;不能修复
@MyLullaby commented on GitHub (Jun 1, 2025):
好的,感谢回复