App Store上评论的链接

  1. -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

    里书写



  2. NSString *str = [NSString stringWithFormat: 
  3. @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa /wa/viewContentsUserReviews?type=Purple+Software&id=%d"
  4. m_appleID ]; 
  5. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]]; 

你可能感兴趣的:(IOS评论)