MKNetworkKit
MKNetworkKit copied to clipboard
Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices
I am working on a project that is using MKNetworkKit version 1 with a ton of deprecated functions. My app references MKNetworkEngine and MKNetworkOperation which don't exist in the new...
in delegate function didCompleteWithError,activeTasks has enumerateObjectsUsingBlock,alos in runningTasksSynchronizingQueue,activeTasks can revmoeObj or addObj。enum activeTasks in a queue,revmoeObj and addObj in runningTasksSynchronizingQueue。 i think there need o lock
MKNetworkEngine observeValueForKeyPath:ofObject:change:context: [UIApplication sharedApplication].networkActivityIndicatorVisible = ([_sharedNetworkQueue.operations count] > 0); Will throw a issue what is "UI API called on a background thread". MKNetworkEngine.m line 185.
Hi @MugunthKumar, please check and merge My PR. Thanks :octocat:
https
Whether this framework encapsulates the HTTPS validation process?
This framework HTTPS against doing a special treatment?
is that support ipv6 of iOS? AppStore reject!
Unix method strptime_l() can not process the the date after 2038. When i try to use it to convert the date string '2050-12-30 00:00:00', i get an amazing result '1969-xx-xx'
I am using 1.x now, I am looking for a migration guide kind of thing, how easy and seamless will be the upgrade from 1.x to 2.x. Is it production...
When I use startUploadRequest to upload image data to server, it throw a exception: "Upload tasks from NSData are not supported in background sessions" the code is such like that:...