I am trying to open my registered app's Rating and Review Page directly from my app. The App isn't live yet, but I've added it in the itunes account and got the Apple ID. Code which I've tried is
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=XXXXXXXXXX&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software"]];
where XXXXXXXXXX is my apple ID. Above code opens app store with an error message: Your request produced an error. [newNullResponse].