无法链接到应用商店评论页面

时间:2012-11-12 07:36:58

标签: ios

我尝试从我的应用创建指向应用商店的链接。我发现很多帖子告诉我这样做:

 NSString* appID = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];\

 NSString* url = [NSString stringWithFormat: @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@", appID];

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

当我点击链接到此代码的按钮时,我会被重定向到应用商店,但随后弹出窗口显示并告诉我“无法连接到应用商店”

我缺少什么?这种方法是否已被弃用?

1 个答案:

答案 0 :(得分:1)

发现问题所在:

NSString* appID = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];

不会检索应用ID;为此你必须去itunes connect