Deploying an iOS Application Using Apple Enterprise Developer Program

后端 未结 6 1117
旧时难觅i
旧时难觅i 2020-12-02 17:22

I have created an application for a company that I need to deploy. The application is for internal use only so it will not be available on the App Store. Do I need a UDID fo

6条回答
  •  死守一世寂寞
    2020-12-02 17:51

    If you are trying to deploy applications to customers/users on a production/long term basis, you can deploy an applications outside the apple store in three ways:

    1. manually via iTunes
    2. directly via iTunes Configuration utility
    3. via weblink (sent via mms, email, webbrowser etc.)

    In order to distribute an application this way, the application must have a special corporate signature, and each device must have a matching corporate signature installed manually.

    The best overall explanation for the process is available at this link.


    If you're just testing on a handful of test devices, then you I would suggest two approaches: a dev release to a test device follow step by step instructions here.


    Or you can use a helper application to deploy a beta release: testflightapp.

提交回复
热议问题