Opened 14 years ago

Closed 14 years ago

#1145 closed enhancement (fixed)

Add API to enable/disable support for iOS background feature during runtime.

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-1.8.5
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Currently PJSIP can only enable/disable iOS BG feature via compile time switch which is automatically enabled if configured using iOS 4.x SDK. However, if PJSIP is compiled using iOS 4.x SDK and run on devices with iOS 3 (or before), it will crash.

The API will only offer an option to enable/disable support for iOS BG. It is the application's responsibility to detect whether the device supports iOS BG and if not, call the API to disable it.

Change History (1)

comment:1 Changed 14 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

(In [3336]) Fix #1145: API to enable/disable support for iOS BG feature during runtime

Note: See TracTickets for help on using tickets.