shouldUseExtendedBackgroundIdleMode
A Boolean value that indicates whether TCP connections should be kept open when the app moves to the background.
Declaration
var shouldUseExtendedBackgroundIdleMode: Bool { get set }Discussion
In addition to requesting that the connection be kept open, setting this value to true asks the system to delay reclaiming the connection when the app moves to the background.
See Also
Related Documentation
- Networking and Multitasking