sanjay
sanjay

Reputation: 1

iPhone: How to create a iPhone application which gets automatically invoked at a particular time

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

Upvotes: 0

Views: 76

Answers (1)

Sixten Otto
Sixten Otto

Reputation: 14816

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.

Upvotes: 4

Related Questions