简体   繁体   English

如何使用 Appium 查找 iOS 自动化的应用程序 ID?

[英]How to find app ID for iOS automation using Appium?

I want to find the app ID for Appium for Automation.我想找到 Appium for Automation 的应用程序 ID。 This app is only installed my phone and not available in XCode. Is there a way to find the app path and app ID from phone or mac device?这个应用程序只安装在我的手机上,XCode 不可用。有没有办法从手机或 mac 设备上找到应用程序路径和应用程序 ID? The reason for asking this very old question is currently I am not able to setup iTunes in Mac OS Big Sur.问这个非常老的问题的原因是目前我无法在 Mac OS Big Sur 中设置 iTunes。 A detailed process of identifying the necessary parameters will be highly appreciated.将高度赞赏识别必要参数的详细过程。

Thanks in advance!提前致谢!

You can view the apps on the connected iPhone using ideviceinstaller.您可以使用 ideviceinstaller 查看连接的 iPhone 上的应用程序。

If ideviceinstaller is not installed, you can install it with this command.如果没有安装 ideviceinstaller,你可以用这个命令安装它。

brew install ideviceinstaller brew 安装 ideviceinstaller

Then you can run this command for single iPhone然后你可以为单个 iPhone 运行这个命令

ideviceinstaller -l ideviceinstaller -l

If multiple iPhones are connected如果连接了多部 iPhone

ideviceinstaller -u device_uuid -l ideviceinstaller -u device_uuid -l

you can use these commands你可以使用这些命令

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM