AdHoc provisioning - what's the easiest way to add a few more devices to an existing project that's still in development?

前端 未结 3 1838
渐次进展
渐次进展 2020-12-13 21:33

I have a project that I\'ve been working on for a while. It is a standard Xcode/Objective-C iPhone app. I created the provisioning file for my device and a couple others.

3条回答
  •  -上瘾入骨i
    2020-12-13 22:03

    You don't have to recompile your project again. In fact you don't even have to open XCode.

    All you have to do is create a new mobileprovision file and distribute it with the existing app.

    Your end users have to download and install the new mobileprovision file and app, by this order.

    Here is a step-by-step.

提交回复
热议问题