ios8唤不起APP的问题
Posted dongruiha
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios8唤不起APP的问题相关的知识,希望对你有一定的参考价值。
https://stackoverflow.com/questions/27526966/ios-8-window-location-href-doesnt-work-with-url-scheme
ios8下去掉href:
var appUrl = tid ? "cehomeapp://threadDetailPage?tid=" + tid : "cehomeapp://"; var sendObjectMessage = function(url) { var iframe = document.createElement(‘iframe‘); iframe.setAttribute(‘src‘, url); document.documentElement.appendChild(iframe); iframe.parentNode.removeChild(iframe); iframe = null; } sendObjectMessage(appUrl); setTimeout(function(){ $(".openAppLoading").addClass("hide"); var targetUrl = "https://itunes.apple.com/cn/app/tie-jia-lun-tan-tie-jia-gong/id989144923?mt=8"; window.location = targetUrl; }, 2000);
以上是关于ios8唤不起APP的问题的主要内容,如果未能解决你的问题,请参考以下文章
带有 App Group 的 NSUserDefault 在 iOS 8 Beta3 中不起作用