er-dai-ma-nong

下载功能

//下载
//                    模拟器不支持这个下载功能,使用真机可以
UIApplication *app = [UIApplication sharedApplication];

if ([app  canOpenURL:[NSURL URLWithString:_applistmodel.itunesUrl]]) {
    [app  openURL:[NSURL  URLWithString:_applistmodel.itunesUrl]];
}

发表于 2015-12-14 16:31  二呆码农  阅读(108)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2021-05-20
  • 2021-10-28
  • 2022-12-23
  • 2021-12-12
  • 2022-01-30
  • 2022-01-23
猜你喜欢
  • 2022-01-08
  • 2021-12-28
  • 2021-12-06
  • 2021-11-05
  • 2021-11-09
  • 2021-09-15
相关资源
相似解决方案