iOS 实现内部跳转AppStore实现“给我评分”功能

 NSString *url = @"https://itunes.apple.com/us/app/v-ji-fen-chao-shi-fan-li-shen/id948095457?mt=8";
            [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@",url]]];

以上代码就是实现appStore跳转,这是V积分应用中实现的。

posted @ 2014-12-22 15:46  DreamStartGirl  阅读(338)  评论(0编辑  收藏  举报