应用中打开app store的评论页面和下载页面

版权所有,禁止匿名转载;禁止商业使用。

在iPhone应用里直接打开app store 评论页面的方法:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=40461254"]];

更换下id号就可以。

如果想要打开下载页面,把url改为

itms-apps://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=40461254


更换下id号就可以。


直接跳:appstore “其实打开的是程序在App store上的主页面”

itms-apps://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=423525686


网页跳:这是表示在网页中嵌入下载链接


https://itunes.apple.com/cn/app/chong-xiao-bang-er-tong-tuan/id933686537?mt=8

统计后跳:下面这个,我没有试过


https://itunes.apple.com/cn/app/id933686537?mt=8


0 0