In one of my application we are implementing live stock market update using socket connection and we have implemented it using in iOS app using Socket.io. But we also developing same app in Watch OS 3.0.
But compiler not able to deal with classes of Core Network
prefixed with CF
as like (CFHTTPMessage
) with error of type CFHTTPMessage undeclared type
.
So can any one implemented socket connection on Watch OS 3.0 ?
Is there any other way to accomplish same functionality on Watch OS ?
Is it fine to implement socket connection on Watch independently or we are going wrong way?
I have came across one watch app(Stock Tracker : Real Time Stock) with stock update which working independently without iOS App in background.
Thanks