iOS app, in addition to using Xcode to connect to the real device debugging, you can also make IPA kits, sent to others to test. Here are the specific steps:
1. Add the device ID you want to test to the debug device on your Apple Development Account. (You can use Xcode or itools to view device tags, such as:)
2. In the Apple Developer Center, re-create the "Provisioning Profiles" file, including the device added above, and then engaged in the installation of Provisioning Profiles files;
3. Xcode open the app, in the release under Build Setting->code Signing, select the updated Provisioning Profiles file;
4. Xcode compiles the app under iOS device (Control + B) and sees a Xxx.app package under projects. Right-click and select "Show in Folder" to find this package on your computer.
5. Open itunes and drag Xxx.app to itunes, generate a Xxx.ipa file in the app, install the package, send the installer to someone else, and someone else can connect the device to itunes or itools to install the test program.
How do I send an iOS app to someone else to test?