#define URL_APPSTORE @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=xxxxxxxx&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software"
// 앱스토어로 이동
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:URL_APPSTORE]];
No comments:
Post a Comment