You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This callback crashes when the passed error has a nil userInfo object. According to Apple docs, this property is option, but it is required by the the current implementation:
This callback crashes when the passed error has a nil userInfo object. According to Apple docs, this property is option, but it is required by the the current implementation:
- (void)session:(WCSession *)session didFinishUserInfoTransfer:(WCSessionUserInfoTransfer *)userInfoTransfer error:(NSError *)error
We ran into this with Apple Watches having connectivity issues resulting in errors.
The text was updated successfully, but these errors were encountered: