iPhone App using MonoTouch - which files/folder binaries do I upload to the AppStore?
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, emb开发者_如何学Cedded.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
navigating to the
bin/Distribution/iPhone
directory. Zip the app bundle, and submit it to Apple.
The file with the .app extension is the application bundle. It's really a "folder" disguised as a file. You need to zip it up before you can submit it. Curious, what is the name of your game? I'm interested in seeing one of these "ported" applications.
Good luck, sir
精彩评论