diff --git a/Appirater.m b/Appirater.m index 2ad36720..edf8e862 100644 --- a/Appirater.m +++ b/Appirater.m @@ -602,7 +602,9 @@ + (void)rateApp { reviewURL = [templateReviewURLiOS7 stringByReplacingOccurrencesOfString:@"APP_ID" withString:[NSString stringWithFormat:@"%@", _appId]]; } - [[UIApplication sharedApplication] openURL:[NSURL URLWithString:reviewURL]]; + [UIApplication.sharedApplication openURL:[NSURL URLWithString:reviewURL] + options:@{} + completionHandler:nil]; #endif } }