fix ios install to overwrite pending

This commit is contained in:
Geoffrey Goh
2016-02-05 16:54:15 -08:00
parent 35201d1640
commit e34f51445b
3 changed files with 26 additions and 10 deletions

View File

@@ -69,6 +69,7 @@ failCallback:(void (^)(NSError *err))failCallback;
@interface CodePushPackage : NSObject
+ (void)installPackage:(NSDictionary *)updatePackage
removePendingUpdate:(BOOL)removePendingUpdate
error:(NSError **)error;
+ (NSDictionary *)getCurrentPackage:(NSError **)error;