i have implemented one application.I want to run this application in iphone background(not client server base).How it possible.Please help me. Thanks in advance.
Asked
Active
Viewed 772 times
0
-
Can not. But you can 'push' alerts. – alex Feb 26 '10 at 05:29
-
You can only run the Flash Player in the background, sadly. – bpapa Feb 26 '10 at 06:11
-
This is a duplicate of http://stackoverflow.com/questions/1864604/iphone-app-run-on-background , among many others. – Brad Larson Feb 26 '10 at 13:13
4 Answers
3
Can't without jailbreaking. Apple does not let you run apps in the background. You can use Push Notifications to accomplish a lot of use cases for background programming, but the simple fact is you can't have a background process.

Brandon Bodnar
- 8,202
- 2
- 36
- 42
0
You can register your app to use gps/voip services and it will run in background! One thing to be noted is such apps will be rejected from appstore unless there is really gps needed within the app for navigation.

virata
- 1,882
- 15
- 22
0
Apple doesn't let third party applications run in the background. I do hope they change that feature soon!

Rydell
- 4,209
- 7
- 28
- 30