Sending push notification to iPhone via AppleScript
Is there any combination of iPhone and/or Mac apps that I can use to send a push notification to my iPhone?
For example, let's say I want to create a service (invoked via (Application Name) > Services) which sends the highlighted text on my Mac to my iPhone as a push notification message.
Solution 1:
I think a combination of Growl (OS X notifier) and Prowl (an iPhone app that forwards Push Notifcations from Growl) with your AppleScript interacting with Growl directly would be the way to go for this.
Solution 2:
The free app Boxcar allows you to forward Growl notifications to your iPhone. You can also use their API to send custom push notifications from any app or script. I use it with Growl (never used their API, though) and it works great.