My app needs to activate, or at least be able to something on the system event, like new message, or new email/etc. Is it possible? If not -- any possible workarounds?
views:
102answers:
1
A:
I don't believe you can do that. Option 1 - register a custom URL scheme and then e-mail a link. The iPhone will start your app with the link when the user clicks on it.
Option 2 - Use the Apple Push Notification Service.
Jeremy
2009-09-30 22:49:11