From memory: Go to developer.apple.com, sign in, and use the ios provioning portal to make a new distribution profile. (add in new device id's, then make a new app ID (Name is sensiblely (com.yourcompany.yourapp)), and then a new distro profile under provisioning. pick adhoc, pick the devices. save. Download the certificate (.mobileprovsion), fire up xcode, go into the organiser (window->organiser) and drag the profile into there.
You will need to do all this again for appstore distro, but you pick appstore, not adhoc. then..... Add a new build target (iPhone | AdHoc) for all assemblies In the config (project -> options -> iPhone Bundle Signing) of the main project, pick your identity (Distribution) and the profile (automatic usually work here, tho the profile you just added above should be listed). MAke sure the Identifier in the iPhone Application page in options matches the name you used in the profile (com.yourcompany.youapp). No need to put in the random stuff eg ZDF54AS3 that apple adds to the front. Build. Give it to someone (the .app and also the .mobileprovisioning file you got from itunes connect). Or use testlfightapp.com which makes it all so much easier. should work :) On Mon, Oct 31, 2011 at 23:01, diviner <[email protected]> wrote: > Hi all, > > I am following the document to do this: > http://docs.xamarin.com/ios/tutorials/building_for_distribution > > But I don't understand how to create "Entitlements.plist" file in Monotouch > 2.8.1. Although the document tells that "no additional steps are necessary". > But I really don't know which steps I can skip. Or say indeed I don't know > what is the old steps to do this at all. > > On the screen, I see a figure "New File" to creating "Entitlements.plist". > But I don't know how to call up this screen. > > Hope someone help. Thank you very much. > > Diviner. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-to-build-for-Ad-Hoc-Distribution-tp3961991p3961991.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
