ZekeSnider / Jared

An easily extensible chat bot for iMessage written in Swift.
Apache License 2.0
474 stars 52 forks source link

send as text message? #74

Open Skeyelab opened 1 year ago

Skeyelab commented 1 year ago

In cases where text message forwarding is enabled on an iOS device, Jared is able to pickup incoming messages, but it (as expected) tries to respond with an iMessage.

Is there any way to tell it to send as a text? I am able to click "Send as text message" in the Messages window on my computer, and the message does in fact send. Hoping to skip that step

jclin22009 commented 1 year ago

Not the creator, but as far as I can tell Apple's APIs / Applescript only support sending iMessages and not SMS text messages. So you will have to find a workaround to send SMS texts, and AFAIK there's no elegant one