Hi,
I am working in an application for iOS and Android using Xamarin and now I need do a variant of them with small changes.
I had been worked with Android Studio and XCode and each one had a possibility to work with multiple application versions (Multi Flavors(Android)/Target(iOS) respectively) where you can replace some parts of application with a custom content just for one variant.
I already read this post, It says that you can define different pre-processor macros to use it in your code, but I can't change the application id or app icon for example:
http://forums.xamarin.com/discussion/10834/multi-target
There are something similar to Multi Flavors(Android)/Target(iOS) in Xamarin?
Thanks in advance.