Hi,
My app supports iOS 5+, but I need to exclude the use of a library if iOS < 7. So I think I need to use conditional compilation and create conditional symbols that I can use to check the iOS version.
How can I create such symbols and how to use them in Xamarin?
Many thanks.