本代码适用于iOS7之后的版本:

NSString *str = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/app/id%@", APPID];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];

  其中APPID是在iTunes Connect中找到你的app,app对应的Apple ID就是此处的APPID。

相关文章:

  • 2022-12-23
  • 2022-01-25
  • 2021-09-20
  • 2022-12-23
  • 2021-10-07
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案