Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

testing iphone apps built on a remote mac

I'm using macincloud service to try/play/learn about building iPhone apps. I have a dummy app, and I'll like to test it on my real device.

I've got the developer certificate, I've installed the profiles, but now I'll like to test my app on a real device. Because it is not possible to connect my iPhone to the macincloud servie and because I'm on a windows machine, how can I test my app on a real device(the one with UDID that was used in generating the certificates and provisioning profiles).

Is there any file that xCode is generating and it can be used to transfer on a real device from a Win7 machine?

like image 963
dole doug Avatar asked Jan 18 '23 05:01

dole doug


2 Answers

You need to generate an archive in XCode, and then from the organizer click "Share" to generate an IPA file. This file along with the ad-hoc provisioning profile can install the app on a provisioned device via iTunes on a Mac or a Windows machine.

For info on provisioning your device for ad-hoc deployment, see here: http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices or the apple developer docs.

Good Luck.

like image 84
MystikSpiral Avatar answered Jan 25 '23 20:01

MystikSpiral


Correct answers have been given already. However, have a look at http://testflightapp.com . That might come handy when you go for more test devices especially when you want to distribute it to a beta testing community.

like image 38
Hermann Klecker Avatar answered Jan 25 '23 21:01

Hermann Klecker