ソースを参照

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