Receiving iMessages in the background

Hey everyone,

I created an AppleScript that launches when I get an iMessage through the Messages.app. I did so by attaching an AppleScript Handler in the app’s settings, and with “on message received” everything works as it should. The only problem is, that my script won’t launch when Messages.app is closed ” I get a notification about the new message (probably from a background process), but my script isn’t being called.

Is there any way to solve this when Messages isn’t running?

Operating System: Mac OS X (10.8)

Hi,

short answer : No

Welp, thanks, guess I’ll just leave Messages running then.