We are developing a slack like chat app using Xamarin. The platforms we are targeting are - iOS, Android, Windows, and Mac. Which is the recommended Xamarin flavor we should use?
- Xamarin Forms for iOS & Android and WPF for Windows & Xamarin.Mac for the Mac app?
- Xamarin.iOS, Xamarin.Android, Xamarin.Mac and WPF for windows?
We would prefer 1 since it helps us share UI code. But unsure if the PCL project of shared code will work with Mac app?