让咱们回到项目设置页面,区分一下
代码以下,通常都是写在AppDelegate
app
//版本号CFBundleShortVersionString不可改 NSString*shotVersion = [infoDicobjectForKey:@"CFBundleShortVersionString"]; //发布版本号CFBundleVersion不可改 NSString*appVersion = [infoDicobjectForKey:@"CFBundleVersion"]; NSLog(@"内测版本号是%@,发布版本号是%@",shotVersion,appVersion);
NSString*str = [NSStringstringWithFormat:@"itms-apps://itunes.apple.com/app/id%d",1024XXXXX]; [[UIApplicationsharedApplication]openURL:[NSURLURLWithString:str]];
NSString*str = [NSStringstringWithFormat: @"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=%d&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8",1024XXX]; [[UIApplicationsharedApplication]openURL:[NSURLURLWithString:str]];