tertiary_text
tertiary_text copied to clipboard
There is no good way to reply to incoming texts/SMSes with the current SDK
Replying to messages creates some problems. Not only is there the entire issue of figuring out which app sent which message and authenticating with all of them to actually send a response, but the Pebble itself has no memory. Meaning that there won't be a way to list most recently communicated with without polling for it from the phone.
Persistent data has been added with https://github.com/vgmoose/tertiary_text/commit/a905a93d7b7be144c8304fed9f9310dd2b0a21e4, but the problem still remains difficult.