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