react-native-watch-connectivity icon indicating copy to clipboard operation
react-native-watch-connectivity copied to clipboard

Unimplemented delegate callback didFinishUserInfoTransfer

Open mdescalzo opened this issue 2 years ago • 0 comments

  • (void)session:(WCSession *)session didFinishUserInfoTransfer:(WCSessionUserInfoTransfer *)userInfoTransfer error:(NSError *)error { if (error) { NSLog(@"Error: %@ %@", error, [error userInfo]); } // TODO }

mdescalzo avatar Jun 10 '22 00:06 mdescalzo