Connecting的时候等待几秒Xcode开始出现无法连接的错误信息,如下:
name = 36NOTES, state = disconnected> error: Error Domain=CBErrorDomain Code=7 "The specified device has disconnected from us." UserInfo={NSLocalizedDescription=The specified device has disconnected from us.}
一般连接时候要发送0x00, 0x00, 0x00, 0x02四个authToken,是不是因为本子的版本不同,authToken也不同而导致的这个问题?
Connecting的时候等待几秒Xcode开始出现无法连接的错误信息,如下:
name = 36NOTES, state = disconnected> error: Error Domain=CBErrorDomain Code=7 "The specified device has disconnected from us." UserInfo={NSLocalizedDescription=The specified device has disconnected from us.}
一般连接时候要发送0x00, 0x00, 0x00, 0x02四个authToken,是不是因为本子的版本不同,authToken也不同而导致的这个问题?