如何打开itune store上的app

经常喜欢在自己的app中提供自己其他的软件连接让用户下载,促进软件大卖。

代码是:

NSString *urlStr = @“http://xxxxxxxx”;

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


你可能感兴趣的:(如何打开itune store上的app)