File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
WordPress/Classes/Utility/Ratings Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ @implementation AppRatingUtility
28
28
NSString *const AppRatingLikedCurrentVersion = @" AppRatingLikedCurrentVersion" ;
29
29
NSString *const AppRatingUserLikeCount = @" AppRatingUserLikeCount" ;
30
30
NSString *const AppRatingUserDislikeCount = @" AppRatingUserDislikeCount" ;
31
+ NSString *const AppRatingDefaultAppReviewUrl = @" http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=335703880&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8" ;
31
32
32
33
NSString *const AppReviewPromptDisabledUrl = @" https://api.wordpress.org/iphoneapp/app-review-prompt-check/1.0/" ;
33
34
@@ -332,7 +333,7 @@ + (NSString *)appReviewUrl
332
333
{
333
334
AppRatingUtility *sharedInstance = [AppRatingUtility sharedInstance ];
334
335
if (sharedInstance.appReviewUrl .length == 0 ) {
335
- return [ NSString stringWithFormat: @" http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id= %@ &pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8 " , WPiTunesAppId] ;
336
+ return AppRatingDefaultAppReviewUrl ;
336
337
} else {
337
338
return sharedInstance.appReviewUrl ;
338
339
}
You can’t perform that action at this time.
0 commit comments