diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate index 34b20c2..a92bcdc 100644 Binary files a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate and b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Clocker/ApplicationDelegate.m b/Clocker/ApplicationDelegate.m index cff85d5..fe6b246 100755 --- a/Clocker/ApplicationDelegate.m +++ b/Clocker/ApplicationDelegate.m @@ -66,7 +66,7 @@ void *kContextActivePanel = &kContextActivePanel; //Configure iRate [iRate sharedInstance].useAllAvailableLanguages = YES; [iVersion sharedInstance].useAllAvailableLanguages = YES; - [[iRate sharedInstance] setVerboseLogging:NO]; + [[iRate sharedInstance] setVerboseLogging:YES]; [[iVersion sharedInstance] setVerboseLogging:NO]; [iRate sharedInstance].promptForNewVersionIfUserRated = YES; } diff --git a/Clocker/Rate App/iRate.m b/Clocker/Rate App/iRate.m index 7b25701..7620df3 100755 --- a/Clocker/Rate App/iRate.m +++ b/Clocker/Rate App/iRate.m @@ -450,7 +450,7 @@ static NSString *const iRateMacAppStoreURLFormat = @"macappstore://itunes.apple. { NSLog(@"iRate did not prompt for rating because the user has already rated this version"); } - return YES; + return NO; } //check if we've rated any version