彻底解决 jspatch app store 审核通不过的问题

    苹果禁止jspatch使用,app 被重复打回.开发人员亚历山大.怎么从根源上判断我们的app是否包含jspatch呢?

  第一步  编译出自己的 test.ipa文件,修改后缀为test.zip.

  第二步  解压test.zip.

  第三步  右建 文件test,选择 "显示包内容".

 第四步   

                把包里面的test 拖到UltraEdit 里面.查找以下方法

+ (void)startEngine;

+ (JSValue *)evaluateScriptWithPath:(NSString *)filePath;

+ (void)defineStruct:(NSDictionary *)defineDict;

+ (void)handleException:(void (^)(NSString *msg))exceptionBlock;

+ (void)main:(JSContext *)context;

+ (void *)formatPointerJSToOC:(JSValue *)val;

+ (id)formatRetainedCFTypeOCToJS:(CFTypeRef)CF_CONSUMED type;

+ (id)formatPointerOCToJS:(void *)pointer;

+ (id)formatJSToOC:(JSValue *)val;

+ (id)formatOCToJS:(id)obj;

+ (int)sizeOfStructTypes:(NSString *)structTypes;

+ (void)getStructDataWidthDict:(void *)structData dict:(NSDictionary *)dict structDefine:(NSDictionary *)structDefine;

+ (NSDictionary *)getDictOfStruct:(void *)structData structDefine:(NSDictionary *)structDefine;

+ (NSMutableDictionary *)registeredStruct;

+ (NSDictionary *)overideMethods;

 如果都找不到说明,不包含jspatch,如果还是能找到以上方法说明jspatch没移除干净.


评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值