1.
當(dāng)工程的
Paste_Image.png
為release模式時(shí)择份,在調(diào)試窗口使用 po 命令會(huì)顯示:variable is not invalid
2.
應(yīng)用圖標(biāo)有白邊.
應(yīng)用圖標(biāo) AppIcon 不用做圓角處理狸吞,蘋果會(huì)自動(dòng)做圓角處理胆描。如果自己做圓角處理,圖標(biāo)可能有白邊(我的是5.5英寸應(yīng)用圖標(biāo)有白邊)捧存。
3.
1>應(yīng)用的下載鏈接:
NSString *appid = @"123456";
NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/cn/app/id%d",appid];[[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]];
2>跳轉(zhuǎn)應(yīng)用評(píng)價(jià)界面
NSString *APPID = @"123456"粪躬;
NSString *urlStr = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@&pageNumber=0&sortOrdering=2&mt=8", APPID];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlStr]];
4.
***"Local declaration of 'XXX' hides instance variable" *** --------warning :
次警告的意思是 :本地變量和成員變量重名了