Reputation: 3260
Could not find any documentation on this instance variable.
Is it related at all to being able to handle the response to a network request even when the app has been moved to the background?
Upvotes: 6
Views: 1713
Reputation: 433
From the SDK's NSURLSession class comments:
So, it looks like this is aimed at prolonging a network connection that is active when the user sends the app from the foreground to the background and it enters suspended state.
Upvotes: 2