Re: NSURLSessionTask after uninstall?
Re: NSURLSessionTask after uninstall?
- Subject: Re: NSURLSessionTask after uninstall?
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Tue, 12 Aug 2014 10:00:30 +0100
On 11 Aug 2014, at 18:42, Howard Shere <email@hidden> wrote:
> If I submit NSURLSessionTasks from my app and they are queued up, and the user uninstalls my app (not just terminates it, but removes it from the device). Will the queued sessions complete? Will they just go away?
When an up is uninstalled the system behaves kinda like it called -invalidateAndCancel on all its sessions. That is, all tasks are cancelled and the entire record of the session is deleted.
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden