Monday, December 14, 2015

iOS 리뷰 유도를 위해서 앱스토어로 이동하기

#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