Opened 14 years ago
Closed 14 years ago
#1203 closed enhancement (fixed)
iPhone OS background mode detection
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The ability to execute code in the background is not supported on all iOS-based devices. Even devices running iOS 4 or later may not have the hardware to support multitasking. To determine whether the feature is available, we need to use the multitaskingSupported property of the UIDevice class.
Change History (1)
comment:1 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3429]) Fix #1203: iPhone OS background mode detection