一、集成Bugly,
https://bugly.qq.com/docs/user-guide/instruction-manual-ios-hotfix/?v=20180709165613
总结部分:
1、注册bugly账户,创建新的应用。获取BuglyAPPID.
2、测试:
(1)本地测试:
NSString * stringPath = [[NSBundle mainBundle] pathForResource:@"main" ofType:@"js"];
[JPEngine evaluateScriptWithPath:stringPath];//执行JS代码:
(2)开发测试(js补丁测试版本发布后):
OC 转 JS:http://bang590.github.io/JSPatchConvertor/
JS图解:
热更新图示具体请参考Demo
其中js 代码 在 项目中的 main.js 中。
网友评论