1,跳转到App Store:
NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d", 1001065082];
[[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]];

1001065082是App ID

2,跳转到评价页面:
NSString *str = [NSString stringWithFormat:  @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?

type=Purple+Software&id=%d",436957167 ];  
[[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]];

3,直接跳转到App Store:
http://phobos.apple.com/。

。。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-05
  • 2021-08-19
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2022-02-13
  • 2022-12-23
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-02-21
相关资源
相似解决方案