On 30 Mar 2015, at 07:54, Daryle Walker <[email protected]> wrote: > Am I supposed to check for success by seeing whether or not “error” is nil, > or if whether or not “location” (and/or “response”) is NOT nil?
In block-based APIs like this, it's generally best to check for error being nil. > Unlike some older APIs, NSURLSession’s method arguments that are block > pointers do not have those inner functions’ parameters and/or return values > fully explained. The URL Loading System Programming Guide does not explain > what’s expected of those blocks either. File a bug? Please do. <https://developer.apple.com/bug-reporting/> Please post your bug number, just for the record. 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 protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
