I have developed an app and I would like to send it to the customer for testing on an actual device, which is the best way to do this?
Do I have to deliver the source code, build it and run it with XCode or there is an easier way?
I have developed an app and I would like to send it to the customer for testing on an actual device, which is the best way to do this?
Do I have to deliver the source code, build it and run it with XCode or there is an easier way?
Do the following steps:
http://mobiledan.net/2012/03/02/5-options-for-distributing-ios-apps-to-a-limited-audience-legally/
explained clearly various options for distributing your app.. either for testing or release
No, you don't need to send the source code. Yuo can use ad-hoc testing: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html
You need to add a customer device to your provisioning profile first.
No. you dont need to send the source code. Use TestFlight
Here is a nice tutorial
http://mobile.tutsplus.com/tutorials/iphone/testing-with-testflight/
Add UDID of the devices to the developer portal.
Create a ad-hoc profile and a developer profile of the app from the developer portal.
Archive the app using these certificates and then upload the ipa to the testflight.
Then you can send the invitation to your testers. They need to have a testflight account or they can create using invitaion.
also have a look at this tutorial
Build ipa and create account upload to testflight.com and invite people to test