Hi John You might be able to do it by plugging each device you want to put it on into your machine, add it as a "developer device" using xcode, and then setting the signing for that build target to use the developer one.
But normally, you need to add devices, and make a specific profile for that build (eg for testflight) as Alejandro detailed. I've not done it the other way, but it _might_ work. You should be able to get the account holder (SteveB@msft? :) ) to add you in as a developer, which should allow you to do profiles and add devices, but given that you only get 100 devices, having an apple account per team, but publishing one the one official MSFT one when you are ready, might be a better way ($99 per team, but still, not bank breaking) You could do an adhoc package with your developer profile (tick the "Enterprise and Adhoc" box under iOS IPA options for that build profile, and pick developer as normal in Bundle Signing), but each device you put it on needs to be developer device (added via xcode). You CAN (if you use testflight) re-sign the build once it's up there, to add more devices (or remove). I've done that to add testers to an existing build. But thats with a "proper" adhoc provisioning profile Sorry, I'm a bit short on time this morning, so if it doesn't work, email back with some more info. The forums are also a good place to go - more people there :) Cheers Nic On 8 February 2013 18:58, John Thornton <[email protected]> wrote: > I'm trying to create a .ipa with MT to distribute an app to our internal > test team. Our Apple Developer account is managed by a separate team as we > are a large org and I only have access to certain pieces of > apple.developer.com. In particular I can't create a distribution profile. > > I am told that it is possible to create a adhock package that is signed with > your developer profile. However I can't find anyway to do this in MT. In > fact I don't even seem to get any signing options in Projects->Solution > Options ->Build. I feel like I'm missing something simple but I've searched > to no end. Any help would be greatly appreciated. > > Thanks > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken b. http://www.fastchicken.co.nz/ _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
