[WCSessionDelegate didReceiveMessage: replyHandler:] not called

In my watchOS 2 extension I call [WCSession sendMessage: replyHandler: errorHandler:]. When I run this is the watchOS 2 simulator my iPhone app gets [didReceiveMessage: replyHandler:] called on my WCSessionDelegate. However, when I run the same code on my iPhone 6+ and Apple Watch the [didReceiveMessage: replyHandler:] never gets called on my WCSessionDelegate.


Has anyone else seen this?

Replies

Hi,

I have the same issue, the delegate mehtod [didReceiveMessage: replyHandler:] get called on simulator but not on device. The problem is still present in watch os 2 beta 5.

Have you find a solution ?


Thanks.