Yes, yes, I do not know if Xamarin.iOS provides its own characters, since I am new to Xamarin and I actually do not use Xamarin.iOS, but you can define your own characters.
Right-click on the project and open the project settings. In the "Compiler" settings, you can search for existing flags and create new ones. For example, here are the characters that come with Xamarin.Android:
DEBUG;__MOBILE__;__ANDROID__;
Flags should be available immediately after they are defined.
KnechtRootrecht
source share