I was just wondering if anybody was using this technique:
Since Push Notifications will only be coming with OS 3.0, I've been thinking of using Email Pushs (Exchange, mobile.me) as a workaround:
You can register a URL, eg. myxyappname:// for your own app in iPhone. (See examples @ developer.apple.com/iphone)
If you have a server and want to push something app-specific to your subscribers, you can just send them an email containing a specific link, eg. myxyappname://myxyappname?requesttype=X&id=Y
When the user receives the email (pushed, so should be fast...) and clicks on the mentioned link, your app will start on the iPhone automatically (if your app registered the url correctly), and within your app you can parse the url and display the corresponding info, based on the query string.
old fart?