MKNetworkKit
MKNetworkKit copied to clipboard
Cannot Use MKNetworkKit in iOS 8 Extensions
Because MKNetworkKit references UIApplication and networkActivityIndicatorVisible, they cannot be used for data access in iOS extensions.
Just encountered this issue myself - any plan to fix or will I have to find an alternative?
Hmm, interesting. I'll fix this in an upcoming release on v2 branch.
Awesome! I get a build error at every line that references [UIApplication sharedApplication]
Fixed this and have submitted a pull request https://github.com/MugunthKumar/MKNetworkKit/pull/460