瀏覽代碼

clear code

Marino Faggiana 6 年之前
父節點
當前提交
7b2d5744e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -212,7 +212,7 @@
     [self logUser];
     
     // Store review
-#if !TARGET_OS_SIMULATOR
+#if !TARGET_OS_SIMULATOR && !defined(DEBUG)
     NCStoreReview *review = [NCStoreReview new];
     [review incrementAppRuns];
     [review showStoreReview];