Эх сурвалжийг харах

add condition simulator for Store Review

Marino Faggiana 6 жил өмнө
parent
commit
116a48d8de

+ 2 - 0
iOSClient/AppDelegate.m

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