zoukankan      html  css  js  c++  java
  • 将ipa文件安装到测试设备上的几种方法

    Installing Your App on Test Devices Using Xcode

    You can install iOS App files on devices using Xcode.

    To install an app on a device using Xcode

    1. Connect the device to your Mac.

    2. In Xcode, choose Window > Devices and select the device under Devices.

    3. In the Installed Apps table, click the Add button (+) below the table.

    4. In the dialog that appears, choose the iOS App file and click Open.

    For more tasks you can perform in the Devices window, read Managing Apps on Devices.

    Installing Your App on Test Devices Using iTunes (iOS, watchOS)----最新版本已经被屏蔽了!!!

    Before you distribute your app to testers, follow the same steps that testers use to install and run the app on their devices. Use iTunes to install the app on a nondevelopment device. The operating system extracts the embedded provisioning profile in your app and installs it on the device for you. Then test your app on the device.

    To install the app on an iOS device using iTunes

    1. Connect the testing device to a Mac running iTunes.

      If possible, don’t use a Mac that you use for development. For watchOS apps, connect an iPhone paired with an Apple Watch.

    2. Double-click the iOS App file that you created earlier.

    3. In iTunes, click the device in the upper-left corner of the window.

    4. Click the Apps button.

      The app appears in the iTunes Apps list.

      ../Art/5_ios_installapp_1_2x.png
    5. Under Apps, choose “Sort by Name” or “Sort by Kind” from the pop-up menu.

      An Install or Remove button appears adjacent to the app.

    6. If an Install button appears, click it.

      The button text changes to Will Install.

    7. Click the Apply button or the Sync button in the lower-right corner to sync the device.

      The app is uploaded to the device so that the user can start testing.

    Finally, send the iOS App file to testers, along with the app installation instructions and the crash report instructions, as described in Soliciting Crash Reports from Testers.

    Installing Your App on Test Devices Using Apple Configurator 2 (iOS, watchOS, tvOS)

    Apple Configurator 2 is a free app from the Mac App Store that makes it easy to install iOS and tvOS apps on connected test devices. For tvOS apps, this is the only way to install an iOS App file on an Apple TV without using Xcode.

    To install the app on a device using Apple Configurator 2

    1. Connect the testing device to a Mac running Apple Configurator 2.

      If possible, don’t use a Mac that you use for development. For watchOS apps, connect an iPhone paired with an Apple Watch.

    2. Select the device, click the Add button (+), and select Apps from the pop-up menu.

      ../Art/5_appleconfigurator1.shot/Resources/shot_2x.png
    3. In the dialog that appears, click “Choose from my Mac”.

      ../Art/5_appleconfigurator2.shot/Resources/shot_2x.png
    4. Choose the iOS App file that you created earlier and click Add.

    用 蒲公英  或者  fir.im  或者 testflight

  • 相关阅读:
    安装CentOS--设置网络_2
    VMware虚拟机中涉及的3种常见网络模式
    Java_静态变量
    安装CentOS--设置网络_1
    队列的基本操作-队列的链式存储结构(带图详细)
    单链表的基本操作-单链表的创建、插入、删除结点等
    Linux下设置mysql不区分大小写
    python课后练习当前目录下有一个文件名为score3.txt的文本文件, 存放着某班学生的学号和其两门专业课的成绩。
    实现斐波那契数列算法-递归和非递归
    算法之除去递增有序单向链表中的重复元素
  • 原文地址:https://www.cnblogs.com/porter/p/7658464.html
Copyright © 2011-2022 走看看