diff --git a/ios/CodePush/CodePushDownloadHandler.m b/ios/CodePush/CodePushDownloadHandler.m index 986c83d..ed8d0dd 100644 --- a/ios/CodePush/CodePushDownloadHandler.m +++ b/ios/CodePush/CodePushDownloadHandler.m @@ -1,5 +1,4 @@ #import "CodePush.h" -#import @implementation CodePushDownloadHandler { // Header chars used to determine if the file is a zip. @@ -36,7 +35,7 @@ failCallback:(void (^)(NSError *err))failCallback { [connection scheduleInRunLoop:[NSRunLoop mainRunLoop] forMode:NSDefaultRunLoopMode]; } - + [connection start]; }