I am an iPhone developer and I’m trying to figure out how to send an app to the person I built the app for. I have the app finished and such in Xcode. How can I share it with the person? Would I need their iTunes info or, how does it work exactly? Is it even possible?
Share
A. If you have had the app running on his iPhone then,
– archive the build, share, send him the ipa file generated. He drags it into iTunes and syncs phone.
B. If he has never had any of you apps on his phone. Get the UDID code from his iPhone
http://www.innerfence.com/howto/find-iphone-unique-device-identifier-udid
Goto http://developer.apple.com/iphone go to the developer provisioning profile and here you can add his device and UDID code.
– Then got back to xCode, open organiser and refresh your certificates to get the new certificate for his device.
Now you can simply archive, share and email ipa file.