进入appstore中指定的应用

1.进入appstore中指定的应用
NSString *str = [NSString stringWithFormat: 
                         @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa /wa/viewContentsUserReviews?type=Purple+Software&id=%d", 
                         myAppID ];  

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

        其中myAppID为itunesconnect中的应用程序id
posted @ 2014-06-18 14:49  VindyLeong  阅读(164)  评论(0编辑  收藏  举报