进入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

上一篇:BZOJ1013球形空间产生器sphere 高斯消元


下一篇:解决Mysql的主从数据库没有同步的两种方法