Marino Faggiana 6 vuotta sitten
vanhempi
commit
166e0851c1
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      iOSClient/AppDelegate.m

+ 3 - 0
iOSClient/AppDelegate.m

@@ -279,6 +279,9 @@
         NSLog(@"[LOG] Middleware Ping");
         [[NCService sharedInstance] middlewarePing];
     }
+    
+    // Test error task upload / download
+    [self verifyInternalErrorDownloadingUploading];
 }
 
 //