iOS 從應用程序跳轉到評價界面


1,跳轉到App Store:
NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d", 1001065082];
[[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]];

1001065082是App ID

2,跳轉到評價頁面:
NSString *str = [NSString stringWithFormat:  @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?

type=Purple+Software&id=%d",436957167 ];  
[[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]];

3,直接跳轉到App Store:
http://phobos.apple.com/。

。。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM