1. 程式人生 > >app跳轉到AppStore評分

app跳轉到AppStore評分

自己做APP的時候,用到評分,其實實現很簡單,親測可以跳轉到APP評論介面
程式碼如下:

 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=%@&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8",appID]]];