Posts

Post not yet marked as solved
3 Replies
I am trying to integrate MQTT in Apple Watch but trying it through Cocoapods gives me an error saying "watchos2 not supported".I am having an iPhone app which is running smooth with MQTT using cocoapods when the app is open. But when I try to send data from the watch to iPhone when the iPhone is locked - nothing happens. So I have decided to implement MQTTChat at watch side too but when I try to implement it through cocoapods it gives me an error as not supported for watchos2. Also when I try through dropping files or framework it gives me many errors as cfnetwork not supported missing file .h and likewise. So can you guys help me by providing any cocoapods which supports Apple WatchOS 2 or some files or framework which can help me in integrating MQTT in apple watch? Thanks