Xamarin has a good guide for preparing a package for the market on their
site:
http://android.xamarin.com/Documentation/Guides/Preparing_Package_for_Android_Marketplace

If you're looking to just do ad-hoc testing there's no need to go through
the market for that (I would advice against that for testing, actually). You
just have to send them a signed APK and they can install it on their device
as long as they have sideloading enabled on the device. In the bin/Release
folder of your project you'll find two APKs, one marked as signed, one
unsigned. The signed one is signed with the Mono for Android debug key that
expires after a few months. The unsigned one is there so you can sign it
with your own key for distribution (see the above link for details on that).

On Tue, Sep 6, 2011 at 10:00 AM, mcgear <[email protected]> wrote:

> So I have the Professional version of MonoDroid...  And I need to provide
> some people in a remote office in Cali (I am in Miami) access to the
> application we are developing.  Obviously I can side load my device in the
> Miami office, but how do i get them access?
>
>
> Is there a way to send them an APK file to just install on their device?
>  Or
> is that only available for "Enterprise"?
>
> - or -
>
> Should I just create a new Marketplace account and deploy a build there for
> them to install?  If this is the case, how do I deploy to the marketplace
> from Visual Studio?
>
> Regards,
> Michael Gearhardt
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/How-to-deploy-App-To-Market-tp4774508p4774508.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to