App调取AppStore

来源:互联网 发布:山西大学软件学院 编辑:程序博客网 时间:2024/05/17 02:22


          NSString *frontStr = [NSString stringWithFormat:@"%@",@"itms-apps://itunes.apple.com"];

            [urlStr appendString:frontStr];

            [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlStr]];


即可调取

0 0
原创粉丝点击