I have created a small iPhone app using MonoTouch – got all provisioning files etc set up etc and I have done a Distribution build which has created a Distribution folder (under the bin\iPhone folder).
Now in this Distribution folder I can see two more folders called MyGame.app, MyGame.app.dSym and two files MyGame.exe and MyGame.xcent.
Which of these files or folders do I need to zip and upload to the App store??
My guess is it is the MyGame.app folder which is full of files, images, Info.plist, embedded.mobileprovision but it also seems to contain monotouch.dll’s and Microsoft’s System.Core.dll etc. ??
Thanks
There is a good tutorial in MonoTouch website
http://monotouch.net/Documentation/Building_for_Distribution
the last lines are