Hey, how did you extract the crash log?
Post
Replies
Boosts
Views
Activity
Hi, how did you get the crash logs?
Ok I found the issue. Before converting it to a UInt8 Array you need to convert it to a data object and then convert it to unit8 array for feeding. So the code in swift should look like this,
let str = "SJeOvypKWad9GzUD2GHRig=="
let data = Data(base64Encoded: str);
let buf: [UInt8] = Array(data!)
Any solution?? I am also facing the same issue. The phone is paired and the app is installed but when I try to send a message it gives Watch app is not reachable?
I think it works only when the phone is switched off and I guess it's the behaviour. So can't handle it on the developer end. Anyone who finds out this as a major problem can refer to this,
If the app is not working while the phones wifi is switched off, then shutdown the phone and give a try. The app should work(It works for me). I am not quite sure this is a solution but since limited resources this would help some. And if anyone finds out a correct answer please post it in here.
https://stackoverflow.com/questions/69115146/watch-app-cannot-make-direct-requests-without-having-the-iphone-wifi-on?noredirect=1#comment122156456_69115146
Thanks.
Hey I am also facing this issue. Any soltuion?
Hey I am also getting the same error. My error looks something likes this,
Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_NSURLErrorFailingURLSessionTaskErrorKey=LocalDataPDTask <284518A5-63C9-42B2-A51A-EB785693DB8F>.<1>, NSLocalizedDescription=The Internet connection appears to be offline., _kCFStreamErrorCodeKey=50, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataPDTask <284518A5-63C9-42B2-A51A-EB785693DB8F>.<1>"
Did anyone solved this issue