Xamarin seems to be a nice choice of cross-platform development to me.However, there are starter and indie licenses. The major difference is that:
Xamarin Starter allows developer to build and publish simple apps, which contain no more than 32k of compiled user code (IL)
I am wondering, is 32K of IL a very restrictive bottleneck? What can I get from 32K code?
If you have tried Xamarin starter version, has the size limit been a problem to you and what kind of app do you develop?