RBSentinel
RBSentinel copied to clipboard
RBSentinel helps in improving the communication between the applewatch and the parent application. It opens up a REST based interface to handle information needed by the watchapp
Results
2
RBSentinel issues
Sort by
recently updated
recently updated
newest added
When I implement this in the parent app: [self.sentinel addListenerForResource:@"message" withCompletionHandler:^(id response) { [weakSelf.parentAppMessage setText:response]; }]; and this in the extension: [self.sentinel didUpdateResource:@"message" withContent:self.userInput.text]; Then it is not working in...