Browse Source

clear code

Marino Faggiana 6 years ago
parent
commit
7b2d5744e8
1 changed files with 1 additions and 1 deletions
  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];