if(platform == 'ios'){
	appUrl = 'itms-apps://itunes.apple/cn/app/idXXXX?mt=8';// XXXX为对应的AppID
	plus.runtime.openURL(appUrl);
}