【问题标题】:Launch IPA file after installed on device在设备上安装后启动 IPA 文件
【发布时间】:2017-01-18 20:45:17
【问题描述】:

我设法从我的终端使用 libimobiledevice 在(非越狱)iOS 设备上安装了 IPA 格式的应用程序。不幸的是,这只需要我一半。现在我需要自动启动新安装的应用程序,作为我们夜间构建工作的一部分以进行测试。

非常感谢所有信息。

提前致谢。

【问题讨论】:

    标签: ios xcode ipa


    【解决方案1】:

    我建议使用libimobiledevice 库中的idevicedebughttps://github.com/libimobiledevice/libimobiledevice

    命令如下:idevicedebug run [APP_ID]。通常,您必须先运行ideviceinstaller -l 以获取APP_ID 值,然后再运行idevicedebug

    这对我有用,希望对你也有用。

    【讨论】:

      【解决方案2】:

      如果您不介意使用其他实用程序(取决于 libimobiledevice):

      Crackleware iDevice App Runner (GitHub)

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2021-11-07
        • 2019-10-25
        • 2015-05-11
        • 2021-05-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多