I am using Appirator code which is an awesome tool. However I am running into an issue with iOS 9 when the review/rating is requested. It will only load the view for the app rather then pre-loading the "write a review" page. The following works perfectly with iOS8.
NSString *templateReviewURLiOS8 = @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=APP_ID&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software";
Any help would be greatly appreciated.