接入方式
从 Bugly 官网下载 Unity 包,按照 Demo 示例和文档说明接入即可,整体流程比较简单。
测试通过。
符号配置
Android 端的符号配置按官方文档操作即可。
iOS 端请参考官方符号配置说明:https://bugly.qq.com/docs/user-guide/symbol-configuration-ios/?v=20170912151050
iOS 打包坑:SecurityFramework not found
iOS 打包时有一个常见问题:链接错误,提示 SecurityFramework not found,手动在工程中添加该 framework 也无效。
解决方案是按照官方教程安装 pod:https://bugly.qq.com/docs/user-guide/instruction-manual-ios/
在 Podfile 末尾直接添加:
pod 'Bugly'
即可解决该链接问题。