As part of the App Review process, you have to submit a simulator binary package of your app. This article shows you how to create a simulator build of your app to submit to App Review.
Download and install the Command-line App Launcher for Simulator. You will need this utility to verify your simulator build.
Run your app in the Xcode iPhone simulator to generate a simulator build. The build will be in the ~/Library/Developer/Xcode/DerivedData
folder.
To find this folder in Xcode:
In the DerivedData
folder in Finder, right click the folder with your build and click Compress.
Run the following command:
ios-sim launch /path/to/your-app.app
Submit the ZIP archive through the app dashboard
We delete the simulator build three weeks after your build has been reviewed.