Recently made a project, because the App Store publishing process is more complex, and the audit cycle is long, customers want to see the product in advance, so I first to my project into an IPA file (similar to the Android APK installation package), and then published in the "Dandelion Platform", The platform will automatically generate a QR code to facilitate user scanning code download, experience is good.
The specific process is as follows:
Click the button First, select Edit Scheme, while running the device must choose the real machine, cannot choose the simulator.
After selecting the Edit button, select Run mode for release mode.
After the selection is complete, command+b compiles once, and in the products folder you can see the packaged app files.
But this app file is not the IPA file we want, this time we select the app right-click the show in Finder to find the path of the file, and then open the computer itunes, drag the app file to the location (phone with itunes, check my app):
This time you can see our app in the list, this "micro-hire" project is a packaged file, this time only need to right-click the show in the Finder to see the package of the completed IPA file.
ios-Project packaged as IPA file