I'm not talking about WatchConnectivity demo apps where someone clicks a button in iOS and the message gets sent to watchOS. I'm talking about actual chat messages.
In a major app like FB Messenger, iMessage, WhatsApp etc how are both chat messages and push notifications sent from iOS to watchOS? What is going on in code?
A messaging app usually has a MessageViewVC, MessagesListVC and the push notifications come from either the native server or a third party service like OneSignal. Are push notifications and actual chat messages sent the same way? Of course we need to implement WatchConnectivity but I'd like to know where exactly in iOS and watchOS would this be taking place? Is it just using WatchConnectivity from iOS tableView to watchOS tableView? Or is this done at the point where iOS is receiving server data?
Thanks
In a major app like FB Messenger, iMessage, WhatsApp etc how are both chat messages and push notifications sent from iOS to watchOS? What is going on in code?
A messaging app usually has a MessageViewVC, MessagesListVC and the push notifications come from either the native server or a third party service like OneSignal. Are push notifications and actual chat messages sent the same way? Of course we need to implement WatchConnectivity but I'd like to know where exactly in iOS and watchOS would this be taking place? Is it just using WatchConnectivity from iOS tableView to watchOS tableView? Or is this done at the point where iOS is receiving server data?
Thanks