Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when delegate callback executed with NSError containing nil userInfo #119

Open
mdescalzo opened this issue May 9, 2023 · 1 comment

Comments

@mdescalzo
Copy link
Contributor

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.

walterholohan added a commit that referenced this issue Jul 13, 2023
@JP250552
Copy link

JP250552 commented Dec 6, 2023

@mtford90 It looks like this was fixed by #120 and merged, but a new release was not created. Would you be able to create one please? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants