JSPatch被停用了,也就是不能使用JSPatch第三方框架热修复了

简介: JSPatch被停用了,也就是不能使用JSPatch第三方框架热修复了

Dear Developer,

Your app, extension, and/or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with section 3.3.2 of the Apple Developer Program License Agreement and App Store Review Guideline 2.5.2. This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes.

This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote scripts in order to change app behavior or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The Middle (MiTM) attack, which can pose a serious security vulnerability to users of your app.

Please perform an in-depth review of your app and remove any code, frameworks, or SDKs that fall in line with the functionality described above before submitting the next update for your app for review.

Best regards,

临时解决方案是:把导入的第三方库名改变一下就可以了。至于苹果是否有更严格的审核暂时还不知道。

目录
相关文章
|
Web App开发 JavaScript iOS开发
JSPatch 断点调试
JSPatch 断点调试
135 0
JSPatch 断点调试
JSPatch下发笔记5
JSPatch下发笔记5
109 0
|
JavaScript
JSPatch下发笔记3
JSPatch下发笔记3
119 0
|
JavaScript
JSPatch下发笔记4
JSPatch下发笔记4
122 0
|
JavaScript
JSPatch下发笔记2
JSPatch下发笔记2
137 0
JSPatch下发笔记6
JSPatch下发笔记6
96 0
|
JavaScript
JSPatch下发笔记10
JSPatch下发笔记10
107 0
|
JavaScript
JSPatch下发笔记1
JSPatch下发笔记1
111 0
|
JavaScript
JSPatch下发笔记8
JSPatch下发笔记8
128 0
|
JavaScript
JSPatch下发笔记9
JSPatch下发笔记9
100 0