@Magic_Unique wrote:
** 需求
完成正常 MobileSubstrate 注入插件到沙盒 App
(我做了个插件,通过 plist 过滤只注入到微信,但是却影响到了系统 App,导致部分系统 App 闪退)** 日志
Safari
表现:直接闪退
*** Terminating app due to uncaught exception ‘CKException’, reason: ‘The application is missing required entitlement com.apple.developer.icloud-services’
MobileSMS
表现:无短信记录,启动后自动打开一个新建短信界面,然后闪退
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
Preference
表现:直接闪退
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSHomeKitUsageDescription key with a string value explaining to the user how the app uses this data.
其余内置 App 表现类似。
** 环境:
iOS: 10.3.3 (h3lix 32bit)(别的设备也收到影响)
为啥我注入到沙盒 App 却会影响到系统进程?这个要怎么恢复呢?
Posts: 6
Participants: 2