原文:VSTO:无法安装此应用程序,因为已安装具有相同标识的应用程序 在开发环境(Win7+VS2010+Outlook 2010)上做一个Outlook AddIn,运行Outlook时报如下错误:Unable to install this application because an application with the same identity is already installed. To install this application, either modify the
插件需求(上cordova官网下载): com.lampa.startapp cordova-plugin-appavailability cordova-plugin-inappbrowser 代码: 对于iOS和android平台的判断 var u = navigator.userAgent; var ua = navigator.userAgent.toLowerCase(); if(!!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)){//如果是ios