开发者

Can I install app to provisioned devices without physically connecting to dev computer

I have successfully provisioned 5 development devices to be used in testing during the development phase. This is working fine because I initially did it by physically plugging each iPhone into my MAC and installi开发者_开发问答ng the software.

However my testers are remote and so it is a pain to have to meet with them to install new versions for testing.

Is there a way for me to distribute the new test versions to them remotely? Thanks.


You need to create an Ad Hoc build using your distribution certificate (not the development certificate).

Add the test device UDID's into the Devices section of the provisioning portal in the dev center. Then create a Distribution provisioning profile, selecting 'Ad Hoc' as the type, and check all the devices required.

Download this profile and add it to XCode.

From there, I suggest you follow this guide: http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/

Once you have the .ipa file, you can email this to your testers, who can install it using iTunes on their own mac or PC.


you must check this link to install app without itunes

http://jeffreysambells.com/posts/2010/06/22/ios-wireless-app-distribution/

and you also prefer TESTFLIGHT for your clients for testing purpose

https://testflightapp.com/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜