1.bugly
一. 本地测试
补丁编写规则参见: JSPatch
-
将补丁文件
main.js
拖拽到工程内; -
开启 BuglyConfig 中的热更新本地调试模式;
BuglyConfig *config = [[BuglyConfig alloc] init];
config.hotfixDebugMode = YES;
[Bugly startWithAppId:appId
#ifdef DEBUG
developmentDevice:YES
#endif
config:config];
- 运行App测试补丁是否生效且工作正常。
http://jspatch.com/Tools/convertor
https://bugly.qq.com/docs/user-guide/instruction-manual-ios-hotfix/?v=20170213095331#_4
https://github.com/bang590/JSPatch/wiki/JS-%E6%96%AD%E7%82%B9%E8%B0%83%E8%AF%95
2.证书位置
/Users/temp/Library/MobileDevice/Provisioning Profiles