uniapp ios 跳转appstore
之前我的Appstore地址是http://itunes.apple.com/app/xxxxx能正常跳转,后来一次升级就不能唤起APPstore并跳转了,后来查了相关资料然后将 http:// 替换为 itms:// 或者 itms-apps://就可以正常跳转APPstore了// 替换后的链接地址。itms-apps://itunes.apple.com/app/xxxxxplus.runt
·
之前我的Appstore地址是http://itunes.apple.com/app/xxxxx能正常跳转,后来一次升级就不能唤起APPstore并跳转了,后来查了相关资料
然后将 http:// 替换为 itms:// 或者 itms-apps:// 就可以正常跳转APPstore了
// 替换后的链接地址。
itms-apps://itunes.apple.com/app/xxxxx
plus.runtime.openURL(downloadUrl); //打开更新地址
更多推荐
已为社区贡献15条内容
所有评论(0)