Actually, the Terminal GUI control is not available for mobile devices yet, so we cannot send it to you even if you purchase Total Pack license, sorry!
If you need a GUI control on the Xamarin.Android/iOS or Windows Phone platforms, you can implement the rendering part yourself (all non-GUI functionality is already implemented).
To do it, you just need to implement IScreen
interface (which is quite tiny). See Custom rendering section for information how to use your IScreen
implementation.
However, I added you to the list of people interested in the GUI control, as we might implement the GUI controls for Xamarin.iOS and Xamarin.Android. Please note that we do not plan to implement the Windows Phone GUI control due to missing graphics funcionality in the framework.