是否从JavaScript检查iOS应用程序安装 [英] Check iOS application install or not from JavaScript

查看:60
本文介绍了是否从JavaScript检查iOS应用程序安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的要求是检查iOS应用程序是否通过JavaScript安装在iOS设备上.

My requirement is to check if iOS application is installed on iOS device or not by JavaScript.

有什么办法可以检查吗?

Is there any way to check this?

推荐答案

仅执行此脚本:ideviceinstaller -u"udid"; -l将列出您手机中的所有bundlesID 然后将其与您的应用"bundleId"进行比较(如果已安装匹配的应用)

Just to excute this script : ideviceinstaller -u "udid" -l will be list out all bundlesID in your phone then compare it with your app "bundleId", if matched App had installed

这篇关于是否从JavaScript检查iOS应用程序安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆