@@ -225,9 +225,11 @@
[self logUser];
// Store review
+#if !TARGET_IPHONE_SIMULATOR
NCStoreReview *review = [NCStoreReview new];
[review incrementAppRuns];
[review showStoreReview];
+#endif
return YES;
}