DT

Results 15 comments of DT

Thank you so much! @peitschie Show {} is indeed the problem of this buffer, and I have confirmed that the data has been received. But there are still two problems:...

I tested my code and the notification was never triggered. if I run: ``` onConnect() { ble.startNotification(deviceId, "DFB0", "DFB1", reciveData, err => { alert(JSON.stringify(err, null, 4)); }); } onClick() {...

A strange behavior: When I connect the computer with USB and run the app on the phone with Xcode, my phone can normally trigger startNotification and receive the correct data....

你可以正常引入吗?为什么我在AppDelegate.m中引入头文件,下面会语法报错呢? #import "IDLFaceSDK/IDLFaceSDK.h" #import "FaceParameterConfig.h" > 2. 集成RN桥接文件 复制iOS工程中的四个文件和一个文件夹  在文件夹中选择这几个文件  然后拉进项目中,弹窗的选项如下:  点击 finish即可。 复制哪些文件啊?redme里面的图片无法显示啊!