mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
fix ios install to overwrite pending
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user