tags:

views:

45

answers:

1

I am trying to create a iPhone App which gets invoked automatically at a particular interval. Regards

+4  A: 

You can't. (At least, not on non-jailbroken phones.) Best you can do is send the user a push notification, and give them the option of running your app in response.

Sixten Otto