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();

 

posted @ 2018-04-09 18:16  吉喆吉  阅读(2658)  评论(0编辑  收藏  举报