فهرست منبع

add condition simulator for Store Review

Marino Faggiana 6 سال پیش
والد
کامیت
116a48d8de
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      iOSClient/AppDelegate.m

+ 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;
 }