Ian Vink
Ian Vink

Reputation: 68740

MonoDroid use Beta, MonoTouch use Release?

We have enterprise licenses for both MonoDroid and MonoTouch from Xamarin.

Our MonoTouch is production so we can't install Beta versions, but we are learning/testing MonoDroid and wish to install the Beta version.

How can we have this configuration when the update channel in MonoDevelop allows for only 1 mode (Release/Beta/Alpha)

Upvotes: 2

Views: 152

Answers (1)

Rolf Bjarne Kvinge
Rolf Bjarne Kvinge

Reputation: 19335

You can switch between channels, and you do not have to install everything MonoDevelop offers you. This means that you can:

  • Switch to stable channel and install MonoTouch updates (and ignore anything else)
  • Switch to beta channel and install Mono for Android updates (and ignore anything else)

This is of course not optimal, since MonoDevelop will not offer updates for the channel you don't currently have selected, and you'll also be offered updates you may not want. The first problem can be solved by switching channels periodically (for instance once a week).

Upvotes: 3

Related Questions