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?