Browse Source

Reverting iRate modifications and enabling verbose logging.

v1.2.4
Abhishek Banthia 8 years ago
parent
commit
a10634ecd2
  1. BIN
      Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate
  2. 2
      Clocker/ApplicationDelegate.m
  3. 2
      Clocker/Rate App/iRate.m

BIN
Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate generated

Binary file not shown.

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

2
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

Loading…
Cancel
Save