讓咱們回到項目設置頁面,區分一下
代碼以下,通常都是寫在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]];