I had been developed one Android Application in Xamarin Native Android about a year ago. And it works fine. Now I want to create same application for iOS devices. So which one is better? Should I have to build new application in Xamarin Native iOS? Or should I go with Xamarin Forms?
The major thing is, I want to develop nuget package for this application. So I am using Xamarin Forms then only one nuget is generated or I have to generate two different nuget for different platform? And if I am developing Xamarin Native iOS app then nuget package is different for both platforms i.e. One for Xamarin Native Android and One for Xamarin Native iOS. Right?
Thank you