Browse Source

Reverting iRate changes.

v1.2.4
Abhishek Banthia 8 years ago
parent
commit
4a37888f73
  1. 2
      Clocker/Rate App/iRate.m

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 NO;
return YES;
}
//check if we've rated any version

Loading…
Cancel
Save