开发者

Testing iPad app on two separate iPads

开发者 https://www.devze.com 2023-01-31 21:51 出处:网络
I am developing an iPad/iPhone app in Florida and wish an associate in New York to test it for me. The tester in NY does not have an iMac as they do not perform any development at that location. I 开发

I am developing an iPad/iPhone app in Florida and wish an associate in New York to test it for me. The tester in NY does not have an iMac as they do not perform any development at that location. I 开发者_开发技巧just want them to verify the operation at thier location. Is there any way to get my app installed on their device without them having to ship their iPad/iPhone to my location to download software into the unit? Is there any way to wirelessly download development software instead of having to plug it into a Mac? We are going to have many different releases before we are ready to put the app into the app store.


They must have some computer that they sync their iPad with? It doesn't have to be a Mac. It's easy:

1) Get their iPad's UDID

2) Add the UDID to your Ad-Hoc Distribution certificate (see Apple's helpful prompts on the provisioning portal on this gets done)

3) Build.

4) Send your user the .mobileprovision file (resulting from step 2) and the .ipa (your application).

5) They need to drag both files into their iTunes library on their computer, and then have the iPad sync with the machine.

0

精彩评论

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