进入appstore中指定的应用

来源:互联网 发布:linux环境变量设置 编辑:程序博客网 时间:2024/05/17 06:25
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
0 0
原创粉丝点击