marinofaggiana 5 年之前
父节点
当前提交
3a8d44890f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      iOSClient/AppDelegate.m

+ 6 - 0
iOSClient/AppDelegate.m

@@ -1394,6 +1394,12 @@ PKPushRegistry *pushRegistry;
                 
                 counterUpload++;
                 sizeUpload = sizeUpload + metadata.size;
+                
+                // IMI -> MODIFY
+                if ([metadata .fileName.pathExtension.lowercaseString isEqualToString:@"imi"]) {
+                    break;
+                }
+                
             } else {
                 break;
             }