From e1a59717b40424032adc35b6b4de7ff9a1362569 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 11 Mar 2016 08:15:55 -0800 Subject: [PATCH] Fixing minimumBackgroundDuration on iOS --- ios/CodePush/CodePush.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/CodePush/CodePush.m b/ios/CodePush/CodePush.m index 6086003..68141c6 100644 --- a/ios/CodePush/CodePush.m +++ b/ios/CodePush/CodePush.m @@ -531,6 +531,7 @@ RCT_EXPORT_METHOD(getCurrentPackage:(RCTPromiseResolveBlock)resolve */ RCT_EXPORT_METHOD(installUpdate:(NSDictionary*)updatePackage installMode:(CodePushInstallMode)installMode + minimumBackgroundDuration:(int)minimumBackgroundDuration resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) {