What a coincidence, this just happened to me today through but with regular SMS messaging. I've tried everything, and it still won't let me open the app. I guess I have to do a factory reset now.
repeat [Enter amount of messages to send here] times
tell application "Messages" set myid to get id of first service set theBuddy to buddy " 1[10 Digit phone number here]" of service id myid send "[Place the message you want sent here]" to theBuddy end tell
end repeat
(If you're having trouble with errors, make sure iMessage is open, and just open a new thread with the person you want to message.) Hopefully Apple will be more inclined to get it fixed sooner!
Comments
Last comments... 10+ hours to 7 minutes... wow.
repeat [Enter amount of messages to send here] times
tell application "Messages"
set myid to get id of first service
set theBuddy to buddy " 1[10 Digit phone number here]" of service id myid
send "[Place the message you want sent here]" to theBuddy
end tell
end repeat
(If you're having trouble with errors, make sure iMessage is open, and just open a new thread with the person you want to message.)
Hopefully Apple will be more inclined to get it fixed sooner!