Hey Monkeys ;)
I am using the the iphone to send data from the iphone to the watch.
But a lot of times i received a bad result "Failure_InternalError"
I am using this method to send message to the watch:
[[ConnectIQ sharedInstance] sendMessage:values toApp:_garminApp progress:^(uint32_t sentBytes, uint32_t totalBytes)
Usually it happens the second time the watch asks for data from the iphone.
This is how i send message from the watch to the iphone:
Comm.transmit( "something", null, listener );
I know the iphone is receiving the messages from the watch.
How can i overcome this problem?
Thank you!