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

[BUG] SMS sync doesn't work #11

Open
sannidhyaroy opened this issue Dec 7, 2022 · 0 comments
Open

[BUG] SMS sync doesn't work #11

sannidhyaroy opened this issue Dec 7, 2022 · 0 comments

Comments

@sannidhyaroy
Copy link

SMS syncing does work with Soduto, however that's because of notification sync. Soduto actually has a feature for handling SMS messages separately and in a more better way but it somehow doesn't work. If you look inside TelephonyService.swift, you'll find handleDataPacket method where inside the switch statement, you see that Soduto will show a notification if it detects the incoming data packet is an SMS, and you can actually reply directly from the Mac. However all these codes don't work at all because in the very first line of the function, it checks if the incoming data packet is a Telephony Packet, which it surprisingly returns as false and hence the guard stops the code below to get executed.

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

1 participant