MKNetworkKit icon indicating copy to clipboard operation
MKNetworkKit copied to clipboard

Cannot Use MKNetworkKit in iOS 8 Extensions

Open DeepFriedTwinkie opened this issue 11 years ago • 4 comments

Because MKNetworkKit references UIApplication and networkActivityIndicatorVisible, they cannot be used for data access in iOS extensions.

DeepFriedTwinkie avatar Sep 04 '14 16:09 DeepFriedTwinkie

Just encountered this issue myself - any plan to fix or will I have to find an alternative?

fraserscottmorrison avatar Jun 08 '15 04:06 fraserscottmorrison

Hmm, interesting. I'll fix this in an upcoming release on v2 branch.

MKSG-MugunthKumar avatar Jun 08 '15 04:06 MKSG-MugunthKumar

Awesome! I get a build error at every line that references [UIApplication sharedApplication]

fraserscottmorrison avatar Jun 08 '15 04:06 fraserscottmorrison

Fixed this and have submitted a pull request https://github.com/MugunthKumar/MKNetworkKit/pull/460

fraserscottmorrison avatar Jun 10 '15 21:06 fraserscottmorrison