I developed Xamarin Forms app with Android and iOS platforms. I would like to know if it’s possible convert this app in a nuget package and run my app in other app. Of course it would be a nuget package per platform. I know that importing one project into another can, but I want to protect code. I also don't know if nuget packages can have UI.
My application is created with MVVMCross, it has four subprojects: Android, ios, core and UI.
In the UI project has the XAML and CS of views and in the core the viewmodels. On iOS and Android it contains customrenders, interfaces and resources. In addition to the loading of certain plugins in the MainActivity and Appdelegate.
Would I have to rewrite my app to create this? I have tried to create a multi-platform library but I have lost .....
Can you help me??
Thanks a lot