appstore跳转

时间:2023-03-09 09:00:49
appstore跳转

二维码跳转

https://itunes.apple.com/cn/app/id123123123

应用内跳转

this.alertCtrl.create({
title: '更新',
message: '发现新版本,立刻跳转到App Store中进行更新!',
buttons: [
{
text: '确定',
handler: function () {
window.open('itms-apps://itunes.apple.com/us/app/domainsicle-domain-name-search/id123123123?ls=1&mt=8');
}
}
]
}).present();