Application development is completed. It is not yet submitted on iTunes, but I have a flow to show the iTunes review screen from application.
How do we redirect the iTunes review from application?
I have tested using the below code...
NSString *str = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=337064413";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
Do we only need to change the application id for my application?