Just wondering, when an app on the iPhone 3GS/4 is minimized, is it possible for it to maintain a network (3G/Wifi), GPS or Bluetooth connection?
Asked
Active
Viewed 296 times
1 Answers
1
Through the standard "Fast Application Switching" mechanism where the application is suspended in the background, no.
It can be done by the "VoIP" type background API can listen to network events while in the background.

Brad
- 11,262
- 8
- 55
- 74
-
does this include bluetooth and gps? – ajacian81 Nov 05 '10 at 20:50
-
I don't know. I would look into the iOS 4.0 multitasking APIs (I believe there are seven types of them) - and see which one(s) fits your need the best. – Brad Nov 05 '10 at 20:54
-
1Look at "UIBackgroundModes" - as in here: http://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW22 – Brad Nov 05 '10 at 20:57