mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-16 02:44:33 +08:00
fix for ios7
This commit is contained in:
@@ -114,7 +114,7 @@ static NSString *const LastDeploymentReportKey = @"CODE_PUSH_LAST_DEPLOYMENT_REP
|
||||
|
||||
+ (BOOL)isStatusReportIdentifierCodePushLabel:(NSString *)statusReportIdentifier
|
||||
{
|
||||
return statusReportIdentifier != nil && [statusReportIdentifier containsString:@":"];
|
||||
return statusReportIdentifier != nil && [statusReportIdentifier rangeOfString:@":"].location != NSNotFound;
|
||||
}
|
||||
|
||||
+ (void)recordDeploymentStatusReported:(NSString *)appVersionOrPackageIdentifier
|
||||
|
||||
Reference in New Issue
Block a user