fix for ios7

This commit is contained in:
Geoffrey Goh
2016-05-06 17:51:32 -07:00
parent dda1e2b859
commit 21ebed7fd4

View File

@@ -1,5 +1,4 @@
#import "CodePush.h"
#import <UIKit/UIKit.h>
@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];
}