iOS 怎么样给自己的app打分呢?

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

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

 

转载自 张江论坛  请注明~

posted on 2014-07-07 20:41  景树园  阅读(212)  评论(0编辑  收藏  举报

导航